Skip to content

Commit

Permalink
global.metrics.AgentMetrics -> global.metrics.enableAgentMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
natemollica-nm committed Feb 9, 2024
1 parent 3b27810 commit f66f0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,12 +619,12 @@ global:
enableAgentMetrics: false

# Set to true to stop prepending the machine's hostname to gauge-type metrics. Default is false.
# Only applicable if `global.metrics.enabled` and `global.metrics.AgentMetrics` is true.
# Only applicable if `global.metrics.enabled` and `global.metrics.enableAgentMetrics` is true.
# @type: boolean
disableAgentHostName: false

# Configures consul agent underlying host metrics. Only applicable if
# Only applicable if `global.metrics.enabled` and `global.metrics.AgentMetrics` is true.
# Only applicable if `global.metrics.enabled` and `global.metrics.enableAgentMetrics` is true.
# @type: boolean
enableHostMetrics: false

Expand Down

0 comments on commit f66f0f3

Please sign in to comment.