Fabian Stäber
Fabian Stäber
Just FYI we have our Prometheus `client_java` community call today, so if you happen to be available and want to talk to Doug and me about this feel free to...
Please attach your config file, I'll have a look.
Your config looks ok. The expected behavior is: If a metric is not updated for 5:53 minutes (retention time plus check interval), the metric should disappear from http://localhost:9144/metrics. Are you...
Thanks for the analysis, I'll look into this.
Thanks for this proposal. Is this "just" about improving readability, or is there anything you can do with this approach that you cannot do with the current implementation? I'm wondering...
Thanks for elaborating on this. Yes, it sounds like a good idea. It would be good to first define the configuration format before implementing this. The following example is the...
Backwards compatibility should not be a problem, because the config files have a version number. We can always keep support for version `3` while we implement new features in version...
Note: #101 has another use case for the `conditions`.
`grok_exporter` should read log lines into an internal buffer as fast as it can. Processing takes log data from that buffer. Processing should not slow down the reading of new...
I agree, we should fix it and not ignore it. Here's an example error message (there are other flaky things on Windows, but this one happens often): ``` --- FAIL:...