aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-03-05 13:13:44 -0800
committerGitHub <noreply@github.com>2018-03-05 13:13:44 -0800
commit4733917c394f61ce84a3690e26745769fee83e2f (patch)
tree6731e464c9d7e752b6e6204a4a4921024d18ff5a /examples
parentee1fd0259f46e21b1a90100ed35926a528d20ee0 (diff)
downloadopencensus-java-4733917c394f61ce84a3690e26745769fee83e2f.tar.gz
Update ZPagesTester section in examples README (#1049)
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index c6f70ab5..e7a270c4 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -54,9 +54,13 @@ $ ./bazel-bin/ZPagesTester
Available pages:
* For tracing page go to [localhost:8080/tracez][ZPagesTraceZLink].
* For tracing config page go to [localhost:8080/traceconfigz][ZPagesTraceConfigZLink].
+* For RPC stats page go to [localhost:8080/rpcz][ZPagesRpcZLink].
+* For stats and measures on all registered views go to [localhost:8080/statsz][ZPagesStatsZLink].
[ZPagesTraceZLink]: http://localhost:8080/tracez
[ZPagesTraceConfigZLink]: http://localhost:8080/traceconfigz
+[ZPagesRpcZLink]: http://localhost:8080/rpcz
+[ZPagesStatsZLink]: http://localhost:8080/statsz
## To run "QuickStart" example use