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
| Exemplars retain any attributes available in the measurement that are not preserved by aggregation or view configuration. || + | + || - || + |||| + ||
177
-
| Exemplars contain the associated trace id and span id of the active span in the Context when the measurement was taken. || + | + || - || + |||| + ||
178
-
| Exemplars contain the timestamp when the measurement was taken. || + | + || - || + |||| + ||
179
-
| The metrics SDK provides an `ExemplarReservoir` interface or extension point. || + | - || - || + | + ||| - ||
180
-
| An `ExemplarReservoir` has an `offer` method with access to the measurement value, attributes, `Context` and timestamp. || + | - || - || + | + ||| - ||
181
-
| The metrics SDK provides a `SimpleFixedSizeExemplarReservoir` that is used by default for all aggregations except `ExplicitBucketHistogram`. || + | + || - || + | + ||| - ||
182
-
| The metrics SDK provides an `AlignedHistogramBucketExemplarReservoir` that is used by default for `ExplicitBucketHistogram` aggregation. || + | + || - || + |||| - ||
170
+
| The metrics SDK samples `Exemplar`s from measurements. || + | + |-| - || + |||| + ||
171
+
| Exemplar sampling can be disabled. || + | - |-| - || + |||| + ||
| Exemplars retain any attributes available in the measurement that are not preserved by aggregation or view configuration. || + | + |-| - || + |||| + ||
177
+
| Exemplars contain the associated trace id and span id of the active span in the Context when the measurement was taken. || + | + |-| - || + |||| + ||
178
+
| Exemplars contain the timestamp when the measurement was taken. || + | + |-| - || + |||| + ||
179
+
| The metrics SDK provides an `ExemplarReservoir` interface or extension point. || + | - |-| - || + | + ||| - ||
180
+
| An `ExemplarReservoir` has an `offer` method with access to the measurement value, attributes, `Context` and timestamp. || + | - |-| - || + | + ||| - ||
181
+
| The metrics SDK provides a `SimpleFixedSizeExemplarReservoir` that is used by default for all aggregations except `ExplicitBucketHistogram`. || + | + |-| - || + | + ||| - ||
182
+
| The metrics SDK provides an `AlignedHistogramBucketExemplarReservoir` that is used by default for `ExplicitBucketHistogram` aggregation. || + | + |-| - || + |||| - ||
183
183
| A metric Producer accepts an optional metric Filter || - ||||| - ||||||
184
184
| The metric Reader implementation supports registering metric Filter and passing them its registered metric Producers || - ||||| - ||||||
185
185
| The metric SDK's metric Producer implementations uses the metric Filter || - ||||| - ||||||
@@ -208,7 +208,7 @@ Disclaimer: this list of features is still a work in progress, please refer to t
0 commit comments