Skip to content

Commit ab3fc7e

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/metrics/meter.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent ec8d4f1 commit ab3fc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/meter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl SdkMeter {
300300
name: "InstrumentCreationFailed",
301301
meter_name = self.scope.name.as_ref(),
302302
instrument_name = builder.name.as_ref(),
303-
message = "Measurements from this updown counter will be ignored.",
303+
message = "Measurements from this UpDownCounter will be ignored.",
304304
reason = format!("{}", err)
305305
);
306306
return UpDownCounter::new(Arc::new(NoopSyncInstrument::new()));

0 commit comments

Comments
 (0)