census-instrumentation / opencensus-php

A stats collection and distributed tracing framework
Apache License 2.0
202 stars 83 forks source link

Implement Z Pages #212

Open jparsana opened 6 years ago

jparsana commented 6 years ago
  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.
basvanbeek commented 5 years ago

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.