Suraj Nath
Suraj Nath
I am in agreement with @SuperQ. I see that this change solves a narrow problem that can be solved by using existing primitives in the k8s, and I don't see...
I added a test in https://github.com/grafana/tempo/pull/1773 to reproduce the issue and I was not able to reproduce it in the unit tests. It seems to be building URLs correctly as...
I tested other providors, and looks like we will need to do what curl does with trailing dot. curl trims traling dot from Host header but keeps it in URL,...
please see https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md to learn more about available config options.
can you try setting `compression` in check config, see: https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md#http_probe
checkout https://github.com/prometheus/blackbox_exporter/issues/424#issuecomment-475790826
fyi: https://github.com/prometheus/blackbox_exporter/pull/981 is also fixing the same issue.
would like to merge this, needs rebease :)
https://github.com/prometheus/blackbox_exporter/pull/973 is merged into main, this can be closed. thank you @dgl @SuperQ
we build BBE on each merge in master, you can find most recent build at: https://app.circleci.com/pipelines/github/prometheus/blackbox_exporter/769/workflows/291b9405-ac0e-438c-9db2-64660660b57e/jobs/2531/artifacts docker images for master builds can be found at: https://quay.io/repository/prometheus/blackbox-exporter?tab=tags&tag=master another alternative is build...