Joao Marcal
Joao Marcal
What do you think of Hermes? The fastest greek god responsible for delivering messages like PromQL delivers the answers to our questions ;)
Hello @slyt I think your issue is similar to https://github.com/prometheus-operator/prometheus-operator/issues/4606 which seems to have already been fixed by the PR https://github.com/prometheus-operator/prometheus-operator/pull/4933
I think this kind of behaviour could also be obtained by leveraging the `spec.paused` flag. However, nowadays we already expose other config parameters of the statefulset so I'm also not...
I might be wrong but I think that for this we would need https://github.com/prometheus/prometheus/issues/9166
Hello, @torrescd I'm not sure I fully understand your vision for adding `kubernetes_sd_configs` to ServiceMonitor. Could you please provide a bit more detail on your use case? Also I'm not...
IIUC when you scrape the targets of a Service, they will have the labels of the k8s resource, and then you can configure `relabelings` to only `keep` the metrics that...
IIUC the ask here, the goal if for the network policy to only target the operator itself rather than the components it deploys. Now I'm not an expert on NetworkPolicies...
AFAIK this was intended with the introduction of SafeTLSConfig in https://github.com/prometheus-operator/prometheus-operator/pull/3370 see comment [here for an explanation](https://github.com/prometheus-operator/prometheus-operator/issues/3922#issuecomment-802899950) as to why. However, [Simon suggested an alternative](https://github.com/prometheus-operator/prometheus-operator/issues/4121#issuecomment-881436312) that might just work but...
I see... this is tricky indeed. I'm not familiar with Istio but wouldn't be possible to change it to provide the mTLS files in Secret form? 🤔 Seems like a...