François Gouteroux
François Gouteroux
@dgl any chance to get this merge ?
Hello, no news about this ?
> Can you update the docs so the CI is happy? yes
@SuperQ I add a test in `main_test.go` because I got an import cycle error if I put this in `config/config_test.go`: ``` package github.com/prometheus/blackbox_exporter imports github.com/prometheus/blackbox_exporter/config imports github.com/prometheus/blackbox_exporter/prober imports github.com/prometheus/blackbox_exporter/config: import...
Hello, any chance to get this merged ?
@paulchoi The sensu rest client function used to retrieve a check doesn't provide this attribute. The RestClient use the [FetchCheck](https://github.com/sensu/sensu-go/blob/main/cli/client/check.go#L80) function, which return the corev2 [CheckConfig](https://github.com/sensu/sensu-go/blob/main/api/core/v2/check.pb.go#L243) type with no field...
@paulchoi It's already supported, just add another rule block like ``` resource "sensu_cluster_role" "cluster_role_1" { name = "my_role" rule { verbs = ["get", "list"] resource = ["checks"] } rule {...
hi @dracoyunho It 's deprecated in mimir 2.13, so we need to keep a consistency also in this provider. I suggest to add `query_offset` as a new attribute and to...
Thx @dracoyunho. I will change the entrypoint command and only pass arguments, since image changed to distroless.
Do you want I implement what @cstyan suggest ?