mirror of https://github.com/hashicorp/consul
Update telemetry.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>pull/19593/head
parent
ea114971a3
commit
8df9c6f3ba
|
@ -595,7 +595,7 @@ These metrics are used to monitor the health of the Consul servers.
|
|||
** Requirements: **
|
||||
* Consul 1.12.0+
|
||||
|
||||
Label based RPC metrics were added in Consul 1.12.0 as a Beta feature to better understand the workload on a Consul server and, where that workload is coming from. The following metric(s) provide that insight.
|
||||
The following label-based RPC metrics provide insight about the workload on a Consul server and the source of the workload.
|
||||
|
||||
All RPC metric method calls are by default blocked via the [`prefix_filter`](/consul/docs/agent/config/config-files#telemetry-prefix_filter) telemetry configuration setting. You can enable all RPC metric server
|
||||
calls and/or explicity deny RPC calls using the same configuration setting.
|
||||
|
|
Loading…
Reference in New Issue