Bogdan Drutu

Results 152 issues of Bogdan Drutu

https://github.com/bogdandrutu/opencensus-java/blob/master/api/src/main/java/io/opencensus/metrics/export/TimeSeries.java#L96

enhancement
metrics
P2

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

stats
API
P2

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

enhancement
tracing
API
P2

Currently we do not test for this in any of our automatic test environments.

enhancement
continuous integration
static analysis
P2

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

enhancement
tracing
zpages
tests
P2

See example trace in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1644

bug
priority:p2

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

spec:miscellaneous

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

spec:metrics
area:data-model