VictoriaMetrics / operator

Kubernetes operator for Victoria Metrics
Apache License 2.0
422 stars 140 forks source link

VMProbe supporting pods, not just ingresses #1078

Open paradisfm opened 3 weeks ago

paradisfm commented 3 weeks ago

Is your feature request related to a problem? Please describe

I would like to create a gRPC probe for pods with certain labels using Blackbox Exporter.

Describe the solution you'd like

I would really appreciate an addition of pod support to targets the VMProbe can handle.

Describe alternatives you've considered

I'm trying to work around the ingress-only limitation with a VMPodScrape, but not having much luck thus far -- I can't seem to get pod discovery working in tandem with a blackbox probe.

paradisfm commented 3 weeks ago

i have successfully constructed what i want with a vmpodscrape, however i stand by the idea that supporting pods for a vmprobe would be better in terms of ease of use.