census-instrumentation / opencensus-csharp

Distributed tracing and stats collecting framework
https://opencensus.io
Apache License 2.0
139 stars 32 forks source link

Implement metrics and resource specifications #67

Closed simonz130 closed 5 years ago

simonz130 commented 5 years ago

Currently we don't have metrics and resource specifications implemented: https://github.com/census-instrumentation/opencensus-specs/blob/master/metrics/Metrics.md https://github.com/census-instrumentation/opencensus-proto/blob/master/src/opencensus/proto/metrics/v1/metrics.proto

SergeyKanzhelev commented 5 years ago

This is for Open Census Service exporter, correct?

simonz130 commented 5 years ago

Yes, it's for exporters - we want Opencensus to support all the metric types and then exporters to specific observability services will implement which metrics they export - based on what the service supports. Similarly, we want to be able to capture data about the cloud resource where capturing if the metrics is happening and then pass it over - if exporter supports it.

On Fri, Nov 30, 2018, 12:27 AM Sergey Kanzhelev notifications@github.com wrote:

Reopened #67 https://github.com/census-instrumentation/opencensus-csharp/issues/67.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/census-instrumentation/opencensus-csharp/issues/67#event-1996577751, or mute the thread https://github.com/notifications/unsubscribe-auth/AfIRAlUJ_mz1Br4uFdtkY_X0bbX5OG_Fks5u0F9mgaJpZM4Y6Qcj .

SergeyKanzhelev commented 5 years ago

Project is being sunsetted. APIs will be implemented in OpenTelemetry project