Document that probe counters are available as Prometheus metrics

This commit is contained in:
Bryan Boreham
2019-07-09 12:31:01 +00:00
parent ab7a7dcb16
commit cf3812094b

View File

@@ -62,6 +62,8 @@ The Scope Probe is instrumented with various counters and timers. To have it dum
kill -USR1 $(pgrep -f scope-probe)
docker logs weavescope
If you run with `--probe.http.listen` enabled, these are exposed as Prometheus metrics instead, via http at `/metrics`.
## <a name="profiling"></a>Profiling
Both the Scope App and the Scope Probe offer [HTTP endpoints with profiling information](https://golang.org/pkg/net/http/pprof/).