From 96ea63d44e56ffda30aa696ae781d90da42011f4 Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Tue, 29 May 2018 23:21:18 -0400 Subject: [PATCH] Documentation: add min version for --listen-metric-urls flag. --- Documentation/op-guide/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/monitoring.md b/Documentation/op-guide/monitoring.md index f0caa6045a9..f259c1adeec 100644 --- a/Documentation/op-guide/monitoring.md +++ b/Documentation/op-guide/monitoring.md @@ -61,7 +61,7 @@ etcd_disk_backend_commit_duration_seconds_bucket{le="0.016"} 406464 ## Health Check -In addtion to responding to the `/metrics` endpoint, any locations specified by `--listen-metrics-urls` will also respond to the `/health` endpoint. This can be useful if the standard endpoint is configured with mutual (client) TLS authentation, but a load balancer or monitoring service still needs access to the health check. +Since v3.3.0, in addition to responding to the `/metrics` endpoint, any locations specified by `--listen-metrics-urls` will also respond to the `/health` endpoint. This can be useful if the standard endpoint is configured with mutual (client) TLS authentication, but a load balancer or monitoring service still needs access to the health check. ## Prometheus