-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Allow remote write tuning for the prometheusremotewriteexporter #4979
Comments
This seems to be a documentation improvement and the exporter config should be already covering a bunch. See the following for the available config options:
|
This is blocked by open-telemetry/opentelemetry-collector#2266. |
With open-telemetry/opentelemetry-collector#2951 merged, we need to prioritize this because we removed the queue from the Prometheus remote write. |
Signed-off-by: Sergei Semenchuk <[email protected]>
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 |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
We may be hitting this behavior in my org:
|
Prometheus server provides a variety of options for the users to fine tune the remote write API calls. These parameters are summarized at https://prometheus.io/docs/practices/remote_write/. prometheusremotewriteexporter should allow users to tweak the exporter in a similar fashion where possible.
cc @jeromeinsf @alolita
The text was updated successfully, but these errors were encountered: