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 35e62fb commit 2b71415
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 = "Measurements from this observable counter will be ignored.",
message = "Callbacks for this observable counter will 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 = "Measurements from this observable counter will be ignored. Check View Configuration."
message = "Callbacks for this observable counter will be invoked. Check View Configuration."
);
return ObservableCounter::new();
}
Expand Down

0 comments on commit 2b71415

Please sign in to comment.