Opentelemetry-dotnet: Is the new metrics sdk available?

Created on 1 Apr 2020  路  2Comments  路  Source: open-telemetry/opentelemetry-dotnet

Is the new metrics sdk available and where have any basic examples of how to use new metric sdk to Collector different metrics (Counter/Gauge/Histogram/Summary)

Most helpful comment

Counter, Observer, Measure - are the only instruments with Sum, LastValue, MinMaxSumCount being corresponding aggregator.

I am implementing a Controller now, which is a must have before we can have a usable metric sdk - will be posting E2E examples along with that.

All 2 comments

Counter, Observer, Measure - are the only instruments with Sum, LastValue, MinMaxSumCount being corresponding aggregator.

I am implementing a Controller now, which is a must have before we can have a usable metric sdk - will be posting E2E examples along with that.

awesome, thanks @cijothomas ! Keep up with the great work you are doing.

Was this page helpful?
0 / 5 - 0 ratings