add host support
This commit is contained in:
@ -110,6 +110,7 @@ func makeServiceResource(ctx context.Context) (*resource.Resource, error) {
|
|||||||
return "bigstats:kuriweb", nil
|
return "bigstats:kuriweb", nil
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
resource.WithHost(),
|
||||||
resource.WithAttributes(
|
resource.WithAttributes(
|
||||||
semconv.ServiceName("bigstats:kuriweb"),
|
semconv.ServiceName("bigstats:kuriweb"),
|
||||||
semconv.DeploymentEnvironment("production"),
|
semconv.DeploymentEnvironment("production"),
|
||||||
|
|||||||
Reference in New Issue
Block a user