Suraj Nath
Suraj Nath
Hi, it needs to be a prometheus org wide decision, and can't be done in just blackbox_exporter. please start a discussion about release signing in [community](https://prometheus.io/community/). also see: > If...
please rebase with master and resolve conflicts and update the PR desc to follow the new PR template: https://github.com/prometheus/blackbox_exporter/blob/master/.github/PULL_REQUEST_TEMPLATE.md ๐๐ผ
hi @bryce-souers, just checking in to see if you had time to address review comments. I would love to get this merged so let me know if you need help...
`x509: unsupported elliptic curve` means that golang doesn't support the elliptic curve used in your cert, more details can be found in https://github.com/golang/go/issues/70136 `tls: failed to parse private key` means...
We merged the support for using CEL expression to match JSON in https://github.com/prometheus/blackbox_exporter/pull/1255 and it was released in the v0.27.0 it's not the same but might help you achieve the...
can you share more on the use-case? and what problem this flag will solve? once I better understand the "why?" behind the change, I will find some time to review.
please rebase to fix the failing CI.
> Are they green on master? yes, try rebasing on the latest main.
The error `authorization type cannot be set to "basic", use "basic_auth" instead"` is expected and there by design. We aim to provide only [one way](https://github.com/prometheus/common/pull/272/files#r576565651) to do basic_auth. If the...
Hi ๐๐ผ, coming from the cleanup ๐งน This PR is quite old so I am going to close this, please feel free to reopen if you want to update it,...