-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
prometheusremotewrite exporter with histogram is causing metrics export failure due to high memory (90%) #30675
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Note: This is possibly a duplicate of #24405 |
Hi @crobert-1 , Just to inform you, we are facing this issue with the histogram metrics but the linked issue seems related to Exponential histogram metrics. In our case, we are getting this error in the case of exporting Histogram type metrics. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
exporter/prometheusremotewrite
What happened?
Description
Collector memory and CPU usages are spiking while exporting histogram metrics with prometheusremotewrite exporter and causing metrics export failure with following errors logs.
Note - This issue is happening only with histogram metrics export only. This exporter works fine with counter and gauge type metrics
Steps to Reproduce
Expected Result
All type metrics (counter, gauge, histogram) should export seamlessly, without error.
Actual Result
Causing high memory usages error and exporting failed with histogram metrics.
Collector version
0.92.0 (Confirmed with older collector versions as well)
Environment information
#Environment
OS: Linux/ARM64 - AWS ECS (Fargate) Cluster
OpenTelemetry Collector configuration
Log output
The text was updated successfully, but these errors were encountered: