diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/zpages/README.md | 32 | ||||
| -rw-r--r-- | contrib/zpages/screenshots/rpcz-example.png | bin | 0 -> 167950 bytes | |||
| -rw-r--r-- | contrib/zpages/screenshots/statsz-example-1.png | bin | 0 -> 271727 bytes | |||
| -rw-r--r-- | contrib/zpages/screenshots/statsz-example-2.png | bin | 0 -> 185155 bytes | |||
| -rw-r--r-- | contrib/zpages/screenshots/traceconfigz-example.png | bin | 0 -> 118924 bytes | |||
| -rw-r--r-- | contrib/zpages/screenshots/tracez-example.png | bin | 0 -> 223133 bytes |
6 files changed, 32 insertions, 0 deletions
diff --git a/contrib/zpages/README.md b/contrib/zpages/README.md index 6545e1b6..d6b20a71 100644 --- a/contrib/zpages/README.md +++ b/contrib/zpages/README.md @@ -50,6 +50,38 @@ public class MyMainClass { } ``` +### View stats and spans on Z-Pages + +#### View RPC stats on /rpcz page + +The /rpcz page displays the canonical gRPC cumulative and interval stats broken down by RPC methods. +Example: + + + +#### View measures and stats for all exported views on /statsz page + +The /statsz page displays measures and stats for all exported views. Views are grouped into directories +according to their namespace. Example: + + + + +#### View trace spans on /tracez page + +The /tracez page displays information about all active spans and all sampled spans based on latency +and errors. Example: + + + +#### View and update tracing configuration on /traceconfigz page + +The /traceconfigz page displays information about the current active tracing configuration and +allows users to change it. Example: + + + + ### FAQ #### Why do I not see sampled spans based on latency and error codes for a given span name? diff --git a/contrib/zpages/screenshots/rpcz-example.png b/contrib/zpages/screenshots/rpcz-example.png Binary files differnew file mode 100644 index 00000000..89122926 --- /dev/null +++ b/contrib/zpages/screenshots/rpcz-example.png diff --git a/contrib/zpages/screenshots/statsz-example-1.png b/contrib/zpages/screenshots/statsz-example-1.png Binary files differnew file mode 100644 index 00000000..c45dd217 --- /dev/null +++ b/contrib/zpages/screenshots/statsz-example-1.png diff --git a/contrib/zpages/screenshots/statsz-example-2.png b/contrib/zpages/screenshots/statsz-example-2.png Binary files differnew file mode 100644 index 00000000..811b9db5 --- /dev/null +++ b/contrib/zpages/screenshots/statsz-example-2.png diff --git a/contrib/zpages/screenshots/traceconfigz-example.png b/contrib/zpages/screenshots/traceconfigz-example.png Binary files differnew file mode 100644 index 00000000..666cf548 --- /dev/null +++ b/contrib/zpages/screenshots/traceconfigz-example.png diff --git a/contrib/zpages/screenshots/tracez-example.png b/contrib/zpages/screenshots/tracez-example.png Binary files differnew file mode 100644 index 00000000..4abfdbbe --- /dev/null +++ b/contrib/zpages/screenshots/tracez-example.png |
