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

stats: document or reference how to instrument and implement stats libraries

Open odeke-em opened this issue 7 years ago • 0 comments

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.

odeke-em avatar Sep 17 '18 04:09 odeke-em