diff --git a/cmd/kuriweb/trace.go b/cmd/kuriweb/trace.go index 6bb96f2..e11e62d 100644 --- a/cmd/kuriweb/trace.go +++ b/cmd/kuriweb/trace.go @@ -110,6 +110,7 @@ func makeServiceResource(ctx context.Context) (*resource.Resource, error) { return "bigstats:kuriweb", nil }), ), + resource.WithHost(), resource.WithAttributes( semconv.ServiceName("bigstats:kuriweb"), semconv.DeploymentEnvironment("production"),