Browse Source

Update telemetry.mdx

Make `consul.http...` have an ellipsis rather than just two dots to denote that there's a lot of different metrics under that path.
pull/8877/head
Kit Patella 4 years ago committed by GitHub
parent
commit
f916b72ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/pages/docs/agent/telemetry.mdx

2
website/pages/docs/agent/telemetry.mdx

@ -181,7 +181,7 @@ This is a full list of metrics emitted by Consul.
| `consul.dns.stale_queries` | This increments when an agent serves a query within the allowed stale threshold. | queries | counter |
| `consul.dns.ptr_query.` | This measures the time spent handling a reverse DNS query for the given node. | ms | timer |
| `consul.dns.domain_query.` | This measures the time spent handling a domain query for the given node. | ms | timer |
| `consul.http..` | DEPRECATED IN 1.9: This tracks how long it takes to service the given HTTP request for the given verb and path. Paths do not include details like service or key names, for these an underscore will be present as a placeholder (eg. `consul.http.GET.v1.kv._`) | ms | timer |
| `consul.http...` | DEPRECATED IN 1.9: This tracks how long it takes to service the given HTTP request for the given verb and path. Paths do not include details like service or key names, for these an underscore will be present as a placeholder (eg. `consul.http.GET.v1.kv._`) | ms | timer |
## Server Health

Loading…
Cancel
Save