We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243232f commit e33b04bCopy full SHA for e33b04b
opentelemetry-sdk/src/metrics/pipeline.rs
@@ -363,6 +363,9 @@ where
363
kind: InstrumentKind,
364
mut stream: Stream,
365
) -> MetricResult<Option<Arc<dyn internal::Measure<T>>>> {
366
+ // TODO: Create a separate pub (crate) Stream struct for the pipeline,
367
+ // as Stream will not have any Optional fields as None at this point and
368
+ // new struct can better reflect this.
369
let mut agg = stream
370
.aggregation
371
.take()
0 commit comments