opencensus-php icon indicating copy to clipboard operation
opencensus-php copied to clipboard

Implement Z Pages

Open jparsana opened this issue 6 years ago • 1 comments

  1. /rpcz page that displays the canonical gRPC cumulative and interval stats broken down by RPC methods.
  2. /statsz page that displays measures and stats for all exported views. Views are grouped into directories according to their namespace.
  3. Make sure the color and style of zPages are consistent with other languages. For example, Java.

jparsana avatar Oct 15 '18 16:10 jparsana

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.

basvanbeek avatar Jan 15 '19 09:01 basvanbeek