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

Allow remote write tuning for the prometheusremotewriteexporter #4979

Closed
rakyll opened this issue Dec 7, 2020 · 6 comments
Closed

Allow remote write tuning for the prometheusremotewriteexporter #4979

rakyll opened this issue Dec 7, 2020 · 6 comments
Labels

Comments

@rakyll
Copy link
Contributor

rakyll commented Dec 7, 2020

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

@rakyll rakyll changed the title Allow remote write tuning for the prometheusreciever Allow remote write tuning for the prometheusremotewriteexporter Dec 7, 2020
@rakyll
Copy link
Contributor Author

rakyll commented Dec 7, 2020

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:

min_shards , max_shards -> no true equivalent but QueueSettings.NumConsumers
max_samples_per_send -> QueueSettings.QueueSize
batch_send_deadline -> TimeoutSettings.Timeout
min_backoff -> RetrySettings.InitialInterval
max_backoff -> RetrySettings.MaxInterval

@rakyll
Copy link
Contributor Author

rakyll commented Dec 7, 2020

This is blocked by open-telemetry/opentelemetry-collector#2266.

@rakyll
Copy link
Contributor Author

rakyll commented Apr 19, 2021

With open-telemetry/opentelemetry-collector#2951 merged, we need to prioritize this because we removed the queue from the Prometheus remote write.

@bogdandrutu bogdandrutu transferred this issue from open-telemetry/opentelemetry-collector Aug 30, 2021
@alolita alolita added the comp:prometheus Prometheus related issues label Sep 2, 2021
hex1848 pushed a commit to hex1848/opentelemetry-collector-contrib that referenced this issue Jun 2, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

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 @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

@github-actions github-actions bot added the Stale label Nov 4, 2022
@github-actions
Copy link
Contributor

This issue has been closed as inactive because it has been stale for 120 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2023
@bixu
Copy link

bixu commented Nov 14, 2024

We may be hitting this behavior in my org:

ts=2024-11-14T16:26:15.172Z caller=write_handler.go:134 level=error component=web msg="Out of order sample from remote write" err="out of order sample" series="{__name__=\"http_server_response_size_bytes_count\", app_name=\"my_app\"}" timestamp=1731601574754

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

No branches or pull requests

3 participants