You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently writing a Probe definition to scrape some targets using the ingress target (via blackbox exporter), however, there is no way to create a Probe CRD using a built in functionality. Currently I have to write my own template to create these Probe CRD's. As far as I know, this currently is not possible. Some ingresses differ which requires me to write multiple Probe CRD's. It would be nice to create Probes dynamically built into the chart.
If there is already an alternative or any reason why this shouldn't be supported, please let me know.
Describe the solution you'd like.
Provide a built in solution to create Probe CRD's.
@QuentinBisson@GMartinez-Sisti whats your opinion about the integration of the blackbox_exporter into the kube-prometheus-stack, including Probe CRDs and a default probe which supports simple http?
If agreed, @meesk are you open to contribute the functionality?
@QuentinBisson@GMartinez-Sisti whats your opinion about the integration of the blackbox_exporter into the kube-prometheus-stack, including Probe CRDs and a default probe which supports simple http?
I think it makes sense. It's very common to require it with kube-prometheus-stack.
Is your feature request related to a problem ?
I'm currently writing a Probe definition to scrape some targets using the ingress target (via blackbox exporter), however, there is no way to create a Probe CRD using a built in functionality. Currently I have to write my own template to create these Probe CRD's. As far as I know, this currently is not possible. Some ingresses differ which requires me to write multiple Probe CRD's. It would be nice to create Probes dynamically built into the chart.
If there is already an alternative or any reason why this shouldn't be supported, please let me know.
Describe the solution you'd like.
Provide a built in solution to create Probe CRD's.
Describe alternatives you've considered.
Using my own template, for example:
Then in my values I currently do something like:
This is ofcourse just an example of my current implementation, it would need more customization.
Additional context.
No response
The text was updated successfully, but these errors were encountered: