Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/send-data/traces/set-up/troubleshoot.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/send-data/traces/set-up/troubleshoot/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Retry on RESOURCE_EXHAUSTED failure
Grafana Cloud Traces returns RetryInfo to correctly indicate retryable errors. This change aligns with the OpenTelemetry specification.
As per the OTel specification, “Retryable errors indicate that telemetry data processing failed, and the client SHOULD record the error and may retry exporting the same data. For example, this can happen when the server is temporarily unable to process the data.” If an error is retryable, the collector keeps the data and attempts to send again after the interval returned by the server.
Impact
If configured to retry, OTel Collector and Grafana Alloy telemetry collectors correctly retry for retryable errors.
Incorrectly configured collectors might hold too much data in memory and run out of memory and crash.
The amount of data a collector holds in memory to retry can be controlled using sending_queue and retry_on_failure configuration options.
For Grafana Alloy, refer to sending_queue and retry_on_failure in Grafana Alloy.
For OpenTelemetry Collector, refer to sending_queue and retry_on_failure in the Configuration section of the README.
Was this page helpful?
Related resources from Grafana Labs


