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

Core Stats Library Implementation

Open jparsana opened this issue 7 years ago • 0 comments

An implementation of the core library provides an implementation of the OpenCensus Tags and Stats APIs that provides for the definition of OpenCensus tags, the definition of OpenCensus Measures, recording values against measure with a set of tags, and exporting the aggregated stats. Similar to the APIs, there is a language-independent specification of the implementation available on opencensus-specs, specifically:

OpenCensus Tags OpenCensus Stats

jparsana avatar Oct 12 '18 22:10 jparsana