Guillaume Hérail
Guillaume Hérail
Hi @Punkoivan! For federation, here's an issue that'll help enable it: https://github.com/prometheus-operator/prometheus-operator/issues/5592
Hi @zhixiangjoy! With the latest release (0.65), you should be able to use the new `ScrapeConfig` CRD to add a static target. Can you try it out? https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1alpha1.ScrapeConfig ```yaml apiVersion:...
Hi! Is there anything blocking this one from getting merged?
That sounds good to me, I'll update the PR with that.
Note that I haven't forgotten about that one, still planning to execute on it 👍
@simonpasquier @ArthurSens @nicolastakashi Can you take another look? Thanks!
We had this coming up in #5679's review of spec.scheme: https://github.com/prometheus-operator/prometheus-operator/pull/5679#discussion_r1230552798 @simonpasquier what are your thoughts on this?
I agree to change the license from Commons-Clause v1.0 to Apache-2.0
(Disclaimer: I'm not a maintainer) I like the idea of ScrapeClasses as it would allow for a Platform Team to define the different classes, with potentially different secrets, for customers...
One usecase we had in the past was to run `Prometheus` as a `DaemonSet` on a specific set of nodes. The idea there was to have a short retention with...