add host support
This commit is contained in:
@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user