Show the URL for the Mixer self-monitoring endpoint (#4639)

* Show the URL for the Mixer self-monitoring endpoint

So that the user does not have to guess.

* Update content/docs/ops/telemetry/missing-metrics/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
Jonh Wendell 2019-07-08 12:19:46 -04:00 committed by Frank Budinsky
parent 46a133d21e
commit 98f93f40ae
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Mixer generates metrics to monitor its own behavior. The first step is to check
$ kubectl -n istio-system port-forward <istio-telemetry pod> 15014 &
{{< /text >}}
1. Verify successful report calls. On the Mixer self-monitoring endpoint, search for `grpc_io_server_completed_rpcs`. You should see something like:
1. Verify successful report calls. On the Mixer self-monitoring endpoint (`http://localhost:15014/metrics`), search for `grpc_io_server_completed_rpcs`. You should see something like:
{{< text plain >}}
grpc_io_server_completed_rpcs{grpc_server_method="istio.mixer.v1.Mixer/Report",grpc_server_status="OK"} 2532