Bogdan Drutu
Bogdan Drutu
https://github.com/bogdandrutu/opencensus-java/blob/master/api/src/main/java/io/opencensus/metrics/export/TimeSeries.java#L96
Main reason is that this simply the implementation of the current state, also the initialization order is a problem if a library caches the value and gets initialized before setState...
I think this should be moved in the implementation (currently no public users except tests). We should add an "exporter" (haven't decided what is the best name): ``` public abstract...
Currently we do not test for this in any of our automatic test environments.
* Better test coverage for all Z-Pages (tracez, traceconfigz). * Add support for changing trace params for a period of time (example for the next 5 minutes). Should allow only...
See example trace in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1644
In opentelemetry-collector we need this dependency because we need to accept data in Jaeger proto and convert them to/from collector pdata model. Would be amazing to reduce dependencies on our...
The issue https://github.com/open-telemetry/opentelemetry-specification/issues/2589 explains why the direction for `disk` is not the right thing, which makes total sense. But we got that blindly and apply for every "attribute" called "direction"...
There are multiple places where we refer to the start-time in a gauge data model description: * In the overview description of the gauge https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#gauge. Here the start time is...