Amine

Results 21 comments of Amine

Noticing the same thing when sharing in Whatsapp. The issue is not présent in the version 3.1.1. So it was introduced in 3.1.2.

After checking out prom-label-proxy source code https://github.com/prometheus-community/prom-label-proxy/blob/master/injectproxy/routes.go#L189 , and saw how it handles query param verification, I did understand the following: For the same request in my post above, the...

Hi @simonpasquier, I think either of us is confusing PromQL query label and HTTP query parameter. While the latter can be specified in Grafana's datasource, the PromQL query **label** would...

> Ok I get it now: you want all incoming PromQL queries to have a `label` selector but you don't want to enforce the value. I'm not sure to understand...

@warrensbox the binary you mentioned (ARM64) works but it's a little bit slower than the i386 one which also works. For the record, I could run the amd64 binary when...

Having the exact same issue in our Gitlab CI pipeline. We couldn't use artifacts since we have many zips and it might just upload sensitive data to Gitlab. As a...

> The `archive_file` artifacts are produced during the plan stage. You just need to pass the artifacts across the stages. > FYI, it's not recommended to store plan files as...