You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Views uses different one, that need to addressed before stabilizing it.
Additionally OTLP Exporter builder() also need modifications to the Result it returns.
Given the core work is completed, removing from 0.28 milestone..
https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-sdk/src/metrics/error.rs#L13 defines pub enums that consist of errors from a variety of scenarios. The same is used as return type for export(), flush(), shutdown() methods, and also for internal validation methods for Views.
Must redesign this to ensure specific Error types are used for each methods.
Already discussed similar idea in #2381, but this issue is specifically for fixing Metrics.
The text was updated successfully, but these errors were encountered: