Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Chun Lin Yang <[email protected]>
  • Loading branch information
clyang82 committed Dec 18, 2018
1 parent 582b4c9 commit d03a298
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions content/docs/tasks/telemetry/querying-metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit d03a298

Please sign in to comment.