Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics overflow should be logged as a warning rather than error #5173

Closed
BrynCooke opened this issue May 15, 2024 · 0 comments · Fixed by #5287
Closed

Metrics overflow should be logged as a warning rather than error #5173

BrynCooke opened this issue May 15, 2024 · 0 comments · Fixed by #5287
Assignees

Comments

@BrynCooke
Copy link
Contributor

If a metric has too high a cardinality the following is currently output at error level:

OpenTelemetry metric error occurred: Metrics error: Warning: Maximum data points for metric stream exceeded/ Entry added to overflow

As it says in the message, this is only a warning, and therefore error level is inappropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants