Josh Suereth
Josh Suereth
**Is your feature request related to a problem?** It's possible that the C++ API is used on single-core machines. If we don't test our code on single core, it's possible...
Right now, we are hiding all the concrete class (but also the constructors) for SDK data, which means either: 1. Downstream users need to create their own data hierarchy for...
**Is your feature request related to a problem? Please describe.** Tracing is going GA prior to Metrics. We should split the OpenCensus shim so that the tracing portion can go...
**Is your feature request related to a problem? Please describe.** I'd like to very quickly be able to find performance characteristics of SDK components. The reasons are severalfold: - I'd...
Exemplars (especially those sampled during an active trace), should be able to grab wall-clock time @ nanosecond resolution from an AnchoredClock to line up w/ traces. Currently, they (will) call...
How are users expected to encode 'enumerated' values in OpenTelemetry? Could be a gauge w/ string value? We need to figure this out.
Follow on to #187 - We currently limit the sum field in Histogram to be 100% compatible with OpenMetrics/Prometheus histograms so we know we can do a conversion when it...
It's no longer using scala reflection.
I'd really love if the Open Telemetry homepage had the following content: - A broad overview of what Open Telemetry is. - Three sets of links for users to continue...
Specify a mechanism for users of Resource to interact with Resource leveragingTelemetrySchema version for a stable API. Goals of this OTEP: - Exporters in the SDK have access to "stable"...