diff --git a/CHANGELOG.md b/CHANGELOG.md index 8daadee2e5..02d98a7486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore: upgrade Fluentd to 1.14.5-sumo-1 [#2196][#2196] - chore: upgrade Falco Helm Chart to 1.17.4 [#2197][#2197] - chore: bump sumo ot distro to 0.47.0-sumo-0 [#2220][#2220] +- feat: remove the experimental flag for otelcol as a metadata provider [#2221](#2221) ### Fixed @@ -41,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2201]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2201 [#2211]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2211 [#2220]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2220 +[#2221]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2221 ## [v2.6.0][v2.6.0] diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 0998ecd361..0a9820657d 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -185,7 +185,6 @@ sumologic: enabled: true metadata: ## Set provider service (either fluentd or otelcol). - ## Otelcol is experimental and may behave in unexpected way. provider: fluentd ## Fields to be created at Sumo Logic to ensure logs are tagged with @@ -207,7 +206,6 @@ sumologic: enabled: true metadata: ## Set metadata provider service (either fluentd or otelcol). - ## Otelcol is experimental and may behave in unexpected way. provider: fluentd ### Enable a load balancing proxy for Prometheus remote writes.