Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Implement APIs and Data Model #207

Closed
jparsana opened this issue Oct 15, 2018 · 2 comments
Closed

Implement APIs and Data Model #207

jparsana opened this issue Oct 15, 2018 · 2 comments
Assignees

Comments

@jparsana
Copy link

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

@basvanbeek basvanbeek self-assigned this Oct 29, 2018
@basvanbeek
Copy link
Member

First version is awaiting review / discussion in #220

@basvanbeek
Copy link
Member

#220 has been merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants