Skip to content

Commit

Permalink
feat: remove the experimental flag for otelcol as a metadata provider
Browse files Browse the repository at this point in the history
  • Loading branch information
perk-sumo committed Apr 7, 2022
1 parent c20a713 commit 5e1afcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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]

Expand Down
2 changes: 0 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 5e1afcc

Please sign in to comment.