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 6dcc9eb commit 4b42fe8Copy full SHA for 4b42fe8
opentelemetry-sdk/src/metrics/meter.rs
@@ -79,7 +79,7 @@ impl SdkMeter {
79
name: "SdkMeter.CreateCounter.InstrumentCreationFailed",
80
meter_name = self.scope.name.as_ref(),
81
instrument_name = builder.name.as_ref(),
82
- error = format!("Measurements from the instrument will be ignored. Reason: {}", err));
+ error = format!("Measurements from the counter will be ignored. Reason: {}", err));
83
return Counter::new(Arc::new(NoopSyncInstrument::new()));
84
}
85
0 commit comments