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

Document how to resolve out of order sample errors on Prometheus #97

Open
NassimBtk opened this issue Mar 8, 2024 · 1 comment
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@NassimBtk
Copy link
Member

NassimBtk commented Mar 8, 2024

Use case

If you have many metricshub agents sending metrics to 1 Prometheus serveur and want to avoid out of order sample errors, you need to add this in your prometheus.yaml

storage:
  tsdb:
    # A 10min time window is enough because it can easily absorb retries and network delays.
    out_of_order_time_window: 10m

Documentation

We should explain how to resolve this issue in the Troubleshooting page of the MetricsHub doc.

@NassimBtk NassimBtk added the documentation Improvements or additions to documentation label Mar 12, 2024
@iguitton
Copy link
Contributor

This information should be available in the quick start guides.

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

No branches or pull requests

5 participants