Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 24, 2024
1 parent ed5bedf commit d2d462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/metrics/meter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl SdkMeter {
name: "InstrumentCreationFailed",
meter_name = self.scope.name.as_ref(),
instrument_name = builder.name.as_ref(),
message = "Measurements from the observable counter will be ignored.",
message = "Callbacks for this observable counter will not be invoked.",
reason = format!("{}", err));

Check warning on line 166 in opentelemetry-sdk/src/metrics/meter.rs

View check run for this annotation

Codecov / codecov/patch

opentelemetry-sdk/src/metrics/meter.rs#L163-L166

Added lines #L163 - L166 were not covered by tests
ObservableCounter::new()
}
Expand Down

0 comments on commit d2d462f

Please sign in to comment.