Update telemetry.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
pull/19593/head
natemollica-dev 2023-12-01 07:26:04 -08:00 committed by GitHub
parent 8df9c6f3ba
commit e2a3294b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -597,8 +597,7 @@ These metrics are used to monitor the health of the Consul servers.
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.
The [`prefix_filter`](/consul/docs/agent/config/config-files#telemetry-prefix_filter) telemetry configuration setting blocks or enables all RPC metric method calls. Specify the RPC metrics you want to allow in the `prefix_filter`:
<CodeTabs heading="Example prefix_filter allowing all RPC metrics">