open-telemetry / semantic-conventions-java

Java generated classes for semantic conventions
Apache License 2.0
14 stars 17 forks source link

service.instance.id #74

Closed heyams closed 3 months ago

heyams commented 3 months ago

ResourceAttributes.SERVICE_INSTANCE_ID has been deprecated. ServiceAttributes doesn't have SERVICE_INSTANCE_ID. is this intended? Should i submit a PR to add it?

I have a module in opentelemetry-java-contrib is depended on io.opentelemetry.semconv.ResourceAttributes. I am trying the replace all the attributes in ResourceAttibutes.

heyams commented 3 months ago

there is 'SERVICE_INSTANCE_ID' in ServiceIncubatingAttributes.

heyams commented 3 months ago

@zeitlinger fyi

heyams commented 3 months ago

there is 'SERVICE_INSTANCE_ID' in ServiceIncubatingAttributes.

will use this.