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

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

Closed
6 of 7 tasks
mayurkale22 opened this issue Oct 4, 2018 · 1 comment
Closed
6 of 7 tasks

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

mayurkale22 opened this issue Oct 4, 2018 · 1 comment
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

@mayurkale22
Copy link
Member Author

@isaikevych FYI: census-instrumentation/opencensus-go#940 (comment)

@bogdandrutu Please correct me if this comment is not true for node.js library.

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