census-instrumentation / opencensus-csharp

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

exporter/stackdriver: distribution range is not allowed #110

Closed tadeuszwojcik closed 5 years ago

tadeuszwojcik commented 5 years ago

I've tried using distribution aggregation with stackdriver exporter, but it does not work. It looks like the same issue as in GO package - https://github.com/census-instrumentation/opencensus-go/issues/143

simonz130 commented 5 years ago

Yes, distribution range is not supported yet. I see that Go has fixed it, so will take a look in the coming weeks to see if we are unblocked to add it to C# library too.

sriramsa commented 5 years ago

@simonz130, any updates? Thanks in advance.

SergeyKanzhelev commented 5 years ago

Moved to OpenTelemetry