Julien
Julien
> One question, do we need a top-level `scrape_configs:` key in the example of the `blackbox.yml`? The top-level of the file could simply be a list. We have a top...
I would make sense to use histograms: haproxy_backend_http_request_time_second_sum haproxy_backend_http_request_time_second_bucket haproxy_backend_http_request_time_second_total buckets being configurable globally: ``` global option prometheus-duration-histograms-buckets 0.125,0.25,0.5,1 ```
Well we do get those data from logs. The point of this message is that the current metrics (response time of the last X connections) are not helpful and could...
Some fields we are missing: smtp_auth_password_file smtp_auth_secret_file ~~slack_api_url_file~~ victorops_api_key_file opsgenie_api_key_file wechat_api_secret_file
I like to have multiple keys. Having file: would just lead to more yaml issues for new users.
Should we add a button on the page instead of the link?
> While there's a bug, I'm not sure that the fix is correct. I believe that `MarshalJSON()` needs to be changed to a value receiver function to work properly. I've...
It would be acceptable to me to be able to somehow allow /-/ready and /-/healthy to not check for certificate.
On 08 Jun 15:42, tejaswiniVadlamudi wrote: > @roidelapluie : Do you accept code contributions for this task? If yes, could you hint me at the next step? > > --...
We are working on this https://github.com/prometheus/exporter-toolkit/pull/106