Skip to content

Commit

Permalink
feat: follow prometheus naming convention when converting metrics (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Sep 8, 2023
1 parent 608fa39 commit b58dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcollector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN /otelcol --version


ENTRYPOINT ["/otelcol"]
CMD ["--config", "/etc/otel-config.yaml" ]
CMD ["--config", "/etc/otel-config.yaml", "--feature-gates=pkg.translator.prometheus.NormalizeName"]

0 comments on commit b58dbe1

Please sign in to comment.