mirror of https://github.com/status-im/consul.git
fix website/docs/agent/telemetry
Labels' chart appears broken when rendered in the website, adding some spacing to fix it
This commit is contained in:
parent
1c728ebcbb
commit
2146ea56af
|
@ -702,7 +702,9 @@ agent. The table below describes the additional metrics exported by the proxy.
|
|||
| `consul.peering.exported_services` | Counts the number of services exported to a peer cluster. | count | gauge |
|
||||
|
||||
### Labels
|
||||
Consul attaches the following labels to metric values.
|
||||
|
||||
Consul attaches the following labels to metric values.
|
||||
|
||||
| Label Name | Description | Possible values |
|
||||
| ------------------------------------- | ---------------------------------------------------------------------- | ------------------------------------------ |
|
||||
| `peer_name` | The name of the peering on the reporting cluster or leader. | Any defined peer name in the cluster |
|
||||
|
|
Loading…
Reference in New Issue