From 71e8adada95be82c66af8262fb935346ecf27caa Mon Sep 17 00:00:00 2001
From: Sarah Conway <xenophenes42@gmail.com>
Date: Tue, 30 Apr 2024 06:42:35 -0700
Subject: [PATCH] Add blackbox-exporter to included components list (#2412)

This is clearly available within `manifests/`, but isn't listed in the README. Including this now for clear communication of what can be expected using this package.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3a0f3ebd..e2a7f7ee 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Components included in this package:
 * Highly available [Prometheus](https://prometheus.io/)
 * Highly available [Alertmanager](https://github.com/prometheus/alertmanager)
 * [Prometheus node-exporter](https://github.com/prometheus/node_exporter)
+* [Prometheus blackbox-exporter](https://github.com/prometheus/blackbox_exporter)
 * [Prometheus Adapter for Kubernetes Metrics APIs](https://github.com/kubernetes-sigs/prometheus-adapter)
 * [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics)
 * [Grafana](https://grafana.com/)
-- 
GitLab