-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:p1Critical issues and bugs. Highest priority.Critical issues and bugs. Highest priority.triage:todoNeeds to be traiged.Needs to be traiged.
Milestone
Description
Related Problems?
No response
Describe the solution you'd like:
I got some warning log like :
OpenTelemetry metrics error occurred. Metrics error: Warning: Maximum data points for metric stream exceeded. Entry added to overflow.
I use histogram and it has many labels , I find the log code here:
pub(crate) fn is_under_cardinality_limit(size: usize) -> bool {
size < STREAM_CARDINALITY_LIMIT as usize - 1
}
it should be config
Considered Alternatives
No response
Additional Context
No response
cijothomas and wpbrown
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:p1Critical issues and bugs. Highest priority.Critical issues and bugs. Highest priority.triage:todoNeeds to be traiged.Needs to be traiged.