Joao Marcal

Results 27 comments of 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...