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
We are preparing a GA release for metrics. As of June 5 2025, the following items need to be verified in the implementation or need to be itemized as features to be implemented in a subsequent release after the GA release.
A valid instrument MUST be created and warning SHOULD be emitted when multiple instruments are registered under the same Meter using the same name. - Warning needs to be verified
Duplicate instrument registration name conflicts are resolved by using the first-seen for the stream name. - Needs to be verified
Instrument names conform to the specified syntax. - Needs to be verified
Instrument descriptions conform to the specified syntax.- Needs to be verified
The MeterProvider provides methods to update the configuration - needs to be verified
There is a way to register Views with a MeterProvider. - needs to be verified
The ExponentialBucketHistogram aggregation is available. - needs to be verified
The metrics Exporter export function can not be called concurrently from the same Exporter instance. - needs to be verified
The metrics Exporter ForceFlush can inform the caller whether it succeeded, failed or timed out. - Need to verify timeout
The metrics SDK supports SDK-wide exemplar filter configuration - needs to be verified
The metrics SDK provides an AlignedHistogramBucketExemplarReservoir that is used by default for ExplicitBucketHistogram aggregation. - Needs to be verified
A metric Producer accepts an optional metric Filter - - Needs to be verified
The metric Reader implementation supports registering metric Filter and passing them its registered metric Producers - - Needs to be verified
The metric SDK's metric Producer implementations uses the metric Filter - - Needs to be verified
The following features are not supported yet. These could be supported in a minor release after GA.
We are preparing a GA release for metrics. As of June 5 2025, the following items need to be verified in the implementation or need to be itemized as features to be implemented in a subsequent release after the GA release.
The features reviewed and listed in this issue are based on the OTel Spec Compliance Matrix Metrics section. The spec can be found at https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md
The text was updated successfully, but these errors were encountered: