census-instrumentation / opencensus-erlang

A stats collection and distributed tracing framework
https://opencensus.io
Apache License 2.0
135 stars 40 forks source link

z-Pages #31

Open tsloughter opened 6 years ago

tsloughter commented 6 years ago

From the opencensus website:

What are the z-Pages?

OpenCensus provides a stand-alone application that uses a gRPC channel to communicate with the OpenCensus code linked into your application. The application displays configuration parameters and trace information held in the OpenCensus library.

Quick and easy way to see them in action is to follow the instructions here https://github.com/bogdandrutu/opencensus-java/blob/24290a03364d2851be2930cfb346b0eeedeff015/examples/README.md

deadtrickster commented 6 years ago

Golang lib already has something, Borrowing some ideas (and templates) will be a good start I think.