You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A string value having a meaning that helps to distinguish a group of services, for example the team name that owns a group of services. service.name is expected to be unique within the same namespace. If service.namespace is not specified in the Resource then service.name is expected to be unique for all services that have no explicit namespace defined (so the empty/unspecified namespace is simply one more valid namespace). Zero-length namespace string is assumed equal to unspecified namespace.
service.group is set up in both OpenTelemetryAutoConfiguration and OtlpMetricsPropertiesConfigAdapter
The text was updated successfully, but these errors were encountered:
service.group has been added in #39957. Currently it's only exposed via OTel and logging (without the field name).
To not break backwards compatibility, we should support both service.group and service.namespace for some time. service.namespace has been mentioned here, too.
mhalbritter
changed the title
Use 'service.namespace' instead of 'service.group' for OpenTelemetry
Add support for OpenTelemetry's service.namespace
Feb 25, 2025
As per the OpenTelemetry documentation (https://opentelemetry.io/docs/specs/semconv/attributes-registry/service), service.group does not exist. Instead, service.namespace should be used for this purpose.
service.namespace:
service.group is set up in both
OpenTelemetryAutoConfiguration
andOtlpMetricsPropertiesConfigAdapter
The text was updated successfully, but these errors were encountered: