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
A metrics exemplar is a trace that is representative of the metrics being collected. The spec requires that exemplars be implemented in a way such that they may be disabled and that if disabled they should have no performance impact (collection should be disabled, not just export). When enabled, the exemplars will come from the currently active context. Properties: Value, Time, Attributes, Trace ID, Span ID
ExemplarFilter determines if a measurement should be sampled Properties - value of measurement, attributes of measurement, context of measurement, timestamp
ExemplarReservoir provides a method to offer measurements to the reservoir and to collect accumulated exemplars
The text was updated successfully, but these errors were encountered:
lalitb
changed the title
Metrics SDK: Add Metrics examplar
Metrics SDK: Add Metrics exemplar
Nov 23, 2021
Specs: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exemplar
A metrics exemplar is a trace that is representative of the metrics being collected. The spec requires that exemplars be implemented in a way such that they may be disabled and that if disabled they should have no performance impact (collection should be disabled, not just export). When enabled, the exemplars will come from the currently active context.
Properties: Value, Time, Attributes, Trace ID, Span ID
ExemplarFilter determines if a measurement should be sampled
Properties - value of measurement, attributes of measurement, context of measurement, timestamp
ExemplarReservoir provides a method to offer measurements to the reservoir and to collect accumulated exemplars
The text was updated successfully, but these errors were encountered: