Hi,
somehow there is missing documentation/examples on Probes Custom Resource Definition.
I got Prometheus Operator running v.0.42.0 plus blackbox-exporter in the same NS.
Using prometheus additional configs to run probes on k8s services works fine.
to maintain static list of custom targets. Since there're absolutely no examples on probes,
created a minimalistic sample based on :
kind: Probe
metadata:
labels:
monitoring: enabled
name: probe-test
spec:
module: http_2xx
prober:
url: prometheus-blackbox.exporter:9115
targets:
staticConfig:
static:
Sadly Prometheus not fetches it.
Any hint or a link how to deal with Probes are appreciated!