Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huikang committed Jun 5, 2023
1 parent 0f4c450 commit 92984da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/agent/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ getting a better view of what Consul is doing. Review the [Monitoring and
Metrics tutorial](/consul/tutorials/day-2-operations/monitor-datacenter-health?utm_source=docs) to learn how collect and interpret Consul data.

By default, all metric names of gauge type are prefixed with the hostname of the consul agent, e.g.,
`consul.<hostname>.server.isLeader`. To disable prefixing the hostname, set
`consul.hostname.server.isLeader`. To disable prefixing the hostname, set
`telemetry.disable_hostname=true` in the [agent configuration](/consul/docs/agent/config/config-files#telemetry).

Additionally, if the [`telemetry` configuration options](/consul/docs/agent/config/config-files#telemetry)
Expand Down

0 comments on commit 92984da

Please sign in to comment.