Skip to content

Add support for OpenTelemetry's service.namespace #44411

Closed as not planned
Closed as not planned
@nosan

Description

@nosan

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:

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

Metadata

Metadata

Assignees

Labels

status: supersededAn issue that has been superseded by another

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions