Skip to content

Commit ac89e63

Browse files
Add service name to the metadata enrichment when using the k8sattributes processor
1 parent c641b8a commit ac89e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-data/kubernetes/v4/important-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page describes the major changes and the necessary migration steps.
1616
The [Kubernetes Attributes Processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/k8sattributesprocessor/README.md) is now supported for logs and metrics metadata enrichment. This processor is disabled by default. To enable this processor for logs, set `metadata.logs.useSumoK8sProcessor` to `false`. To enable this processor for metrics, set `metadata.metrics.useSumoK8sProcessor` to `false`.
1717

1818
:::note
19-
The Service name isn't part of the metadata enrichment with this new processor.
19+
The Service name is part of the metadata enrichment with this processor in v4.15.0. Please refer to the following [OpenTelemetry service name calculation documentation](https://opentelemetry.io/docs/specs/semconv/non-normative/k8s-attributes/#how-servicename-should-be-calculated) to understand how the service name is calculated.
2020
:::
2121

2222
### Remove Fluent Bit and Fluentd

0 commit comments

Comments
 (0)