From d03a29822068d7614f7854de07d9e98ec1ae4676 Mon Sep 17 00:00:00 2001 From: Chun Lin Yang Date: Tue, 18 Dec 2018 11:27:25 +0800 Subject: [PATCH] Address review comments Signed-off-by: Chun Lin Yang --- .../docs/tasks/telemetry/querying-metrics/index.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/content/docs/tasks/telemetry/querying-metrics/index.md b/content/docs/tasks/telemetry/querying-metrics/index.md index f9dd97909d01d..2a8f8dad00c87 100644 --- a/content/docs/tasks/telemetry/querying-metrics/index.md +++ b/content/docs/tasks/telemetry/querying-metrics/index.md @@ -93,14 +93,12 @@ of Istio metrics. The configured Prometheus add-on scrapes the following endpoints: -1. *istio-mesh* (`istio-telemetry.istio-system:42422`): all Mixer-generated mesh - metrics. -1. *istio-telemetry* (`istio-telemetry.istio-system:9093`): all Mixer-specific metrics. Used - to monitor Mixer itself. -1. *envoy-stats* (`istio-proxy:15090`): raw stats generated by Envoy. Prometheus is configured to look for pods with the `envoy-prom` endpoint exposed. The add-on configuration filters out a large number of envoy metrics during collection in an attempt to limit the scale of data processed by the add-on. -1. *pilot* (`istio-pilot.istio-system:9093`): all pilot metrics. -1. *galley* (`istio-galley.istio-system:9093`): all galley metrics. -1. *istio-policy* (`istio-policy.istio-system:9093`): all policy metrics. +1. `istio-telemetry.istio-system:42422`: The `istio-mesh` job returns all Mixer-generated mesh. +1. `istio-telemetry.istio-system:9093`: The `istio-telemetry` job returns all Mixer-specific metrics. Use this endpoint to monitor Mixer itself. +1. `istio-proxy:15090`: The `envoy-stats` job returns raw stats generated by Envoy. Prometheus is configured to look for pods with the `envoy-prom` endpoint exposed. The add-on configuration filters out a large number of envoy metrics during collection in an attempt to limit the scale of data by the add-on processes. +1. `istio-pilot.istio-system:9093`: The `pilot` job returns the Pilot-generated metrics. +1. `istio-galley.istio-system:9093`: The `galley` job returns the Galley-generated metrics. +1. `istio-policy.istio-system:9093`: The `istio-policy` job returns all policy-related metrics. For more on querying Prometheus, please read their [querying docs](https://prometheus.io/docs/querying/basics/).