Skip to content

Commit

Permalink
Add documentation note
Browse files Browse the repository at this point in the history
  • Loading branch information
michelvocks committed Feb 6, 2020
1 parent 06c8d65 commit 6de051b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/pages/docs/configuration/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ These `telemetry` parameters apply to

### `prometheus`

~> **Note:** The `/v1/sys/metrics` endpoint is only accessible on active nodes
and automatically disabled on standby nodes. You can enable the `/v1/sys/metrics`
endpoint on standby nodes by [enabling unauthenticated metrics access][telemetry-tcp].

These `telemetry` parameters apply to
[prometheus](https://prometheus.io).

Expand Down Expand Up @@ -206,3 +210,5 @@ telemetry {
enable_hostname_label = true
}
```

[telemetry-tcp]: /docs/configuration/listener/tcp#telemetry

0 comments on commit 6de051b

Please sign in to comment.