Skip to content

Commit 27a57b5

Browse files
Add service name to the metadata enrichment when using the k8sattributes processor (#5560)
* Add service name to the metadata enrichment when using the k8sattributes processor * Update docs/send-data/kubernetes/v4/important-changes.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 2856317 commit 27a57b5

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. Refer to the [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)