Browse Source

Fixing Prometheus link in docs/agent/telemetry

pull/12484/head
Ashlee M Boyer 3 years ago committed by Brandon Romano
parent
commit
70ab6215f5
  1. 2
      website/content/docs/agent/telemetry.mdx

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

@ -18,7 +18,7 @@ When telemetry is being streamed to an external metrics store, the interval is d
|External Store|Interval (seconds)|
|:--------|:--------|
|[dogstatsd](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent#how-it-works)|10s|
|[Prometheus](https://vector.dev/docs/reference/configuration/sinks/prometheus_exporter/#flush_period_secshttps://vector.dev/docs/reference/configuration/sinks/prometheus_exporter/#flush_period_secs)| 60s|
|[Prometheus](https://vector.dev/docs/reference/configuration/sinks/prometheus_exporter/#flush_period_secs)| 60s|
|[statsd](https://github.com/statsd/statsd/blob/master/docs/metric_types.md#timing)|10s|
To view this data, you must send a signal to the Consul process: on Unix,

Loading…
Cancel
Save