opencensus-website
opencensus-website copied to clipboard
stats: document or reference how to instrument and implement stats libraries
Currently, someone that would like to add a stats implementation for OpenCensus in their language would have to ask questions to the project maintainers or might be put off due to information inaccessiblity.
The specs at https://github.com/census-instrumentation/opencensus-specs/tree/master/stats provide excellent guides for "the look and feel for 'OpenCensus stats packages'" and they also provide some advisories for:
| Integration | Guide |
|---|---|
| HTTP | https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/HTTP.md |
| gRPC | https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/gRPC.md |
Duplication this information on the website and specs repo isn't ideal, but perhaps we can put up a page on the website to point to the source of truth, the specs.