You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
There are two main components of the Stats APIs - tags and stats. The stats component provides the framework to define measures (e.g. rpc client latency) and record stats against those measures. The tags component provides a way to break down the data for a measure along user-defined dimensions. Finally, views, which are part of stats, all users to specify the aggregations of the stats that they are interested in. The language-independent specifications of tags and stats are available on opencensus-specs, specifically:
APIs / Data Model across languages should match
There are two main components of the Stats APIs - tags and stats. The stats component provides the framework to define measures (e.g. rpc client latency) and record stats against those measures. The tags component provides a way to break down the data for a measure along user-defined dimensions. Finally, views, which are part of stats, all users to specify the aggregations of the stats that they are interested in. The language-independent specifications of tags and stats are available on opencensus-specs, specifically:
OpenCensus Tags
OpenCensus Stats
The text was updated successfully, but these errors were encountered: