Matt Miller
Matt Miller
I'm glad I found this PR, I was about to start working on something similar. Any chance this will make progress soon?
As I mentioned, absent() is not ideal here because we have hundreds of mysql hosts that we need to alert on in the event of replication misconfiguration, and defining an...
Sorry, no, this doesn't work. in order for absent() to return one on a regex match, ALL hosts that match the regex must be missing the metric. I need to...
Would a PR for a subset of the configuration options (excluding clair / trivy) be accepted? perhaps something along the lines of this format in values.yaml would be less confusing...
We encountered this panic as well, compiling this fix into the mainline branch fixed it for us as well. Is there any chance this could be reviewed for a potential...
This issue would be fixed by: https://github.com/ncabatoff/process-exporter/pull/240 The panic is when the exporter encounters running threads whose names contain non-UTF8 bytes.
we worked around the lack of this feature in our ingress controllers. This is a hack and I would love to see better support in harbor, but using this ingress...
I'm just here to throw my vote in for this as well. I'm deploying coredns alongside etcd (via this operator) in the same umbrella helm chart, knowing/setting the cluster IP...
I'll chime in given that we ended up dropping these labels in the included prometheus' scrape configurations quite some time ago for the same reasons mentioned here (we however have...
I wanted to chime back in here, the workaround of dropping the label in prometheus we had used back in 2021 either didn't work and was causing misrepresented statistics, or...