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 39c453d commit 64261b7Copy full SHA for 64261b7
opentelemetry-sdk/src/metrics/meter_provider.rs
@@ -9,7 +9,7 @@ use std::{
9
10
use opentelemetry::{
11
metrics::{Meter, MeterProvider, MetricsError, Result},
12
- otel_debug, otel_error, KeyValue
+ otel_debug, otel_error, KeyValue,
13
};
14
15
use crate::{instrumentation::Scope, Resource};
0 commit comments