Skip to content

Commit

Permalink
OM-173 - review feedback
Browse files Browse the repository at this point in the history
corrected config name to lowercase
added enable_ prerix to config names for prometheus & open-telemetry
  • Loading branch information
mphanias committed Mar 5, 2024
1 parent 89c8edd commit 4e3bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/ape.toml.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Agent]
# Metrics Serving modes
PROMETHEUS = ${AGENT_PROMETHEUS}
OPEN_TELEMETRY = ${AGENT_OPEN_TELEMETRY}
enable_prometheus = ${AGENT_PROMETHEUS}
enable_open_telemetry = ${AGENT_OPEN_TELEMETRY}

# labels to add to the prometheus metrics for e.g. labels={zone="asia-south1-a", platform="google compute engine"}
labels = {${METRIC_LABELS}}
Expand Down

0 comments on commit 4e3bd4d

Please sign in to comment.