forked from rackerlabs/genestack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding blackbox exporter (rackerlabs#276)
- Loading branch information
Showing
7 changed files
with
1,833 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.