Skip to content

Commit

Permalink
fix: typo in default otelcollector yaml (#1000)
Browse files Browse the repository at this point in the history
This affects clusters where no custom config exists
  • Loading branch information
gracewehner authored Oct 21, 2024
1 parent f871133 commit 7dc51e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exporters:
prometheus:
endpoint: "127.0.0.1:9091"
const_labels:
cluster: ${nev:AZMON_CLUSTER_LABEL}
cluster: ${env:AZMON_CLUSTER_LABEL}
otlp:
endpoint: 127.0.0.1:55680
tls:
Expand Down

0 comments on commit 7dc51e0

Please sign in to comment.