Skip to content

Commit 6dcc9eb

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/metrics/internal/mod.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 949930e commit 6dcc9eb

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/metrics/internal

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/internal/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl<AU: AtomicallyUpdate<T>, T: Number, O: Operation> ValueMap<AU, T, O> {
147147
trackers.insert(STREAM_OVERFLOW_ATTRIBUTES.clone(), Arc::new(new_tracker));
148148
//TODO - include name of meter, instrument
149149
otel_warn!( name: "MetricCardinalityLimitReached",
150-
message = format!("{}", "Maximum data points for metric stream exceeded. Entry added to overflow. Subsequent overflows to same metric until next collect will not be logged."),
150+
message = format!("{}", "Maximum data points for metric stream exceeded. Entry added to overflow. Subsequent overflows to same metric will not be logged until next collect."),
151151
cardinality_limit = cardinality_limit() as u64,
152152
);
153153
}

0 commit comments

Comments
 (0)