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 e33b04b commit 3c81b57Copy full SHA for 3c81b57
opentelemetry-sdk/src/metrics/pipeline.rs
@@ -364,7 +364,7 @@ where
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
+ // 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
0 commit comments