opencensus-php
opencensus-php copied to clipboard
Implement Z Pages
- /rpcz page that displays the canonical gRPC cumulative and interval stats broken down by RPC methods.
- /statsz page that displays measures and stats for all exported views. Views are grouped into directories according to their namespace.
- Make sure the color and style of zPages are consistent with other languages. For example, Java.
OpenCensus PHP requires the usage of OpenCensus Agent. Z Pages are available from the Agent.
For enabling Z Pages and export to OC Agent, we need the PR #220 merged.