Skip to content

Commit

Permalink
Adding blackbox exporter (rackerlabs#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill authored May 23, 2024
1 parent 3d2f500 commit cb440e2
Show file tree
Hide file tree
Showing 7 changed files with 1,833 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/prometheus-blackbox-exporter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Prometheus Blackbox Exporter

Using the blackbox exporter we can gather metrics around uptime, latency, cert expiry and more for our public endpoints.
The blackbox exporter ideally would be ran outside the cluster but can still provide useful information when deployed within it when combined with alerting and visualizations.


#### Install Blackbox Exporter Helm Chart


``` shell
kubectl kustomize --enable-helm /opt/genestack/kustomize/prometheus-blackbox-exporter | kubectl apply -f -
```

!!! success
If the installation is successful, you should see the related blackbox exporter pods in the prometheus namespace.
Loading

0 comments on commit cb440e2

Please sign in to comment.