Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Prometheus config for monitoring Kubernetes Ingress #1096

Merged
merged 1 commit into from
Dec 29, 2021

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Dec 29, 2021

  • Allow Kubernetes Ingress resources to be probed via Blackbox Exporter (if present) if annotated prometheus.io/probe: "true"
  • Fix probes of Services via Blackbox Exporter. Require Blackbox Exporter to be deployed in the same monitoring namespace, be named blackbox-exporter, and use port 8080

Closes #1037

* Allow Kubernetes Ingress resources to be probed via Blackbox
Exporter (if present) if annotated `prometheus.io/probe: "true"`
* Fix probes of Services via Blackbox Exporter. Require Blackbox
Exporter to be deployed in the same `monitoring` namespace, be
named `blackbox-exporter`, and use port 8080
@dghubble dghubble merged commit 50215e3 into master Dec 29, 2021
@dghubble dghubble deleted the prom-ingress branch December 29, 2021 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support prometheus annotation for adding request parameters
1 participant