All classes under io.opentelemetry.api.metrics are missing toString or any get method. e.g:(DoubleCounter, DoubleGaugeBuilder, DoubleHistogram, DoubleUpDownCounter, DoubleUpDownCounterBuilder, LongCounter, LongGaugeBuilder, LongUpDownCounter, LongUpDownCounterBuilder, ...)
After we use the Builder classes and set name, unit, description then there is no way to get the metric name or use toString to get the information about that api metrics. This is becoming more critical each time we need to debug/troubleshoot
All classes under
io.opentelemetry.api.metricsare missing toString or any get method. e.g:(DoubleCounter, DoubleGaugeBuilder, DoubleHistogram, DoubleUpDownCounter, DoubleUpDownCounterBuilder, LongCounter, LongGaugeBuilder, LongUpDownCounter, LongUpDownCounterBuilder, ...)After we use the Builder classes and set name, unit, description then there is no way to get the metric name or use toString to get the information about that api metrics. This is becoming more critical each time we need to debug/troubleshoot