Skip to content

Commit 4c6ce4d

Browse files
authored
Add new section (#5308)
1 parent 4a6e244 commit 4c6ce4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ This page describes the major changes and the necessary migration steps.
1111

1212
## Important changes
1313

14+
### Kubernetes Attributes Processor support
15+
16+
The [k8sattributesprocessor](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`.
17+
18+
:::note
19+
The Service name isn't part of the metadata enrichment with this new processor.
20+
:::
21+
1422
### Remove Fluent Bit and Fluentd
1523

1624
As of version 3 of the Chart, Fluent Bit and Fluentd were replaced by the OpenTelemetry Collector by default. However, it was still possible to use Fluent Bit and/or Fluentd by changing the configuration. In version 4, this is no longer possible. For migration instructions, see the [v3 migration guide](/docs/send-data/kubernetes/v3/how-to-upgrade/).
@@ -69,3 +77,4 @@ kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-
6977
### Use OTLP sources by default
7078

7179
This Helm Chart automatically creates the necessary Collector and Sources in Sumo. Up until this point, these were generic HTTP sources accepting data in different formats. As Sumo now has native support for the OTLP protocol used by OpenTelemetry, we've decided to switch to using these new sources by default. This is a completely transparent change **unless** you use the `_sourceName` or `_source` fields in your Sumo queries.
80+

0 commit comments

Comments
 (0)