-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Few metrics shows err-mimir-sample-out-of-order and doesn't send to Grafana Mimir #7763
Comments
It looks like Mimir is rejecting it - Loki also used to require in-order writes but that was fixed a while ago by Grafana. If Mimir requires in-order writes then it may be that as you add more inputs there is too much context switching to maintain that order. Does it work in threaded mode for inputs? |
Yes, but the cause ;) It looks like I found the cause. Prometheus and Victora-Agent adds automatically two labels from their configuration file, After adding same both labels I get no errors anymore and all my Exporters works like in Prometheus and Victoria-Agent and looks also fine in Grafana. Because labels can be only added in the output, I need for every scrape input an own output. For example:
Don't find this option in the filter when run:
But I guess this issue can be closed. Thanks! |
Ah, good to know. It might be worth adding the details to the dogs to help. I wonder if the new processor option in the yaml config might let you add the label you want on input. |
Bug Report
Describe the bug
When adding one single scraper, Fluent-bit works fine. Also 2 scrapers looks like it works. When adding 3 or more scrapers, Fluent-bit doesn't send metrics to Mimir anymore.
To Reproduce
Example log message if applicable:
Fluent-bit conf:
One or two of these inputs work. Problem occurs after adding more inputs.
Expected behavior
It should work.
Your Environment
Or do I need to start for every single input an own Fluent-bit instance, because it's too much? But Prometheus or Victoria-Agent works with these few scrapes. But I want to have one single log and metrics shipper.
The text was updated successfully, but these errors were encountered: