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)
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.
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.