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 2b71415 commit ed5bedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-sdk/src/metrics/meter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl SdkMeter {
name: "InstrumentCreationFailed",
meter_name = self.scope.name.as_ref(),
instrument_name = builder.name.as_ref(),
message = "Callbacks for this observable counter will be invoked.",
message = "Callbacks for this observable counter will not be invoked.",
reason = format!("{}", err));
return ObservableCounter::new();
}
Expand All @@ -142,7 +142,7 @@ impl SdkMeter {
name: "InstrumentCreationFailed",
meter_name = self.scope.name.as_ref(),
instrument_name = builder.name.as_ref(),
message = "Callbacks for this observable counter will be invoked. Check View Configuration."
message = "Callbacks for this observable counter will not be invoked. Check View Configuration."
);
return ObservableCounter::new();
}
Expand Down

0 comments on commit ed5bedf

Please sign in to comment.