Rob Best

Results 44 comments of Rob Best

I would find the addition of tags to existing service metrics useful to my use-case, although possibly I'm just not familiar enough with the query language to accomplish it with...

I'm with @peimanja in the sense that in a perfect world I'd like to be able to join tags to `consul_service_health_status` in such a way that I end up with...

The ssl_exporter currently relies on the verification performed by the `crypto/x509` and `crypto/tls` packages. Seems to me like they're beginning to work on it upstream: - https://github.com/golang/go/issues/40017 - https://github.com/golang/go/issues/22274 So...

Is there a good way to do this right now by invoking `cosign` after `ko`? I was thinking about doing something like: ``` img=$(ko build) cosign sign ${img} cosign sign...