Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Metrics APIs as per "metrics.proto" #335

Closed
7 tasks done
mayurkale22 opened this issue Oct 4, 2018 · 0 comments · Fixed by #476
Closed
7 tasks done

Add Metrics APIs as per "metrics.proto" #335

mayurkale22 opened this issue Oct 4, 2018 · 0 comments · Fixed by #476
Assignees

Comments

@mayurkale22
Copy link
Member

mayurkale22 commented Oct 4, 2018

Add Metrics package and below classes based on metrics.proto. Although Metrics proto is still being finalized, We think it is safe to start working on value classes like LabelKey, TimeSeries, Point etc.

  • Metrics: Add LabelKey and LabelValue.
  • Metrics: Add Value and Point.
  • Metrics: Add TimeSeries.
  • Metrics: Add MetricDescriptor.
  • Metrics: Add Metric.
  • Metrics: Add Summary and Distribution.
  • Metrics: Produce and store Metrics in Stats impl.

Counterpart classes available in Java for reference : https://github.com/census-instrumentation/opencensus-java/tree/master/api/src/main/java/io/opencensus/metrics

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

Successfully merging a pull request may close this issue.

2 participants