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 ec8d4f1 commit ab3fc7eCopy full SHA for ab3fc7e
opentelemetry-sdk/src/metrics/meter.rs
@@ -300,7 +300,7 @@ impl SdkMeter {
300
name: "InstrumentCreationFailed",
301
meter_name = self.scope.name.as_ref(),
302
instrument_name = builder.name.as_ref(),
303
- message = "Measurements from this updown counter will be ignored.",
+ message = "Measurements from this UpDownCounter will be ignored.",
304
reason = format!("{}", err)
305
);
306
return UpDownCounter::new(Arc::new(NoopSyncInstrument::new()));
0 commit comments