Skip to content

Commit

Permalink
Align otel-agent feature gate in resource group controller (#1381)
Browse files Browse the repository at this point in the history
This is to align the feature behavior with reconciler & reconciler-manager.

Currently we see no difference without the flag as

- there are no test coverage on resourcegroup controller metrics
- the naming convention obeys Prometheus rules so no trimming is happening
  • Loading branch information
tiffanny29631 authored Aug 8, 2024
1 parent 786abc1 commit b99060a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/templates/resourcegroup-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ spec:
- ALL
- args:
- --config=/conf/otel-agent-config.yaml
- --feature-gates=-pkg.translator.prometheus.NormalizeName
command:
- /otelcontribcol
env:
Expand Down

0 comments on commit b99060a

Please sign in to comment.