@@ -8,7 +8,7 @@ import (
)
func NewStatisticsClient(r *registry.Registry, logger log.Logger) statistics.StatisticsClient {
- conn, err := getDialInsecure(r, logger, "discovery://pw/pw-statistics")
+ conn, err := getDialInsecure(r, logger, "discovery://pw/pw-account")
if err != nil {
panic(err)
}