diff --git a/pkg/server/http/server.go b/pkg/server/http/server.go index c8f89645a..65e50f7c7 100644 --- a/pkg/server/http/server.go +++ b/pkg/server/http/server.go @@ -14,7 +14,7 @@ func Server(opts ...Option) (http.Service, error) { service := http.NewService( http.Logger(options.Logger), http.Namespace(options.Namespace), - http.Name("phoenix"), + http.Name("web.phoenix"), http.Version(version.String), http.Address(options.Config.HTTP.Addr), http.Context(options.Context),