Skip to content

Commit 4b56ee3

Browse files
authored
fix: Remove logging for cardinality overflow (#2904)
1 parent 2564a71 commit 4b56ee3

File tree

1 file changed

+0
-3
lines changed
  • opentelemetry-sdk/src/metrics/internal

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ where
152152
let new_tracker = A::create(&self.config);
153153
new_tracker.update(value);
154154
trackers.insert(stream_overflow_attributes().clone(), Arc::new(new_tracker));
155-
otel_warn!( name: "ValueMap.measure",
156-
message = "Maximum data points for metric stream exceeded. Entry added to overflow. Subsequent overflows to same metric until next collect will not be logged."
157-
);
158155
}
159156
}
160157

0 commit comments

Comments
 (0)