mirror of https://github.com/istio/istio.io.git
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:
parent
46a133d21e
commit
98f93f40ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue