This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch experimental/prometheus_cluster_details_wip
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to
refs/heads/experimental/prometheus_cluster_details_wip by this push:
new 9a366cd33 STORM-4058 - Provide ClusterMetrics via a Prometheus
Preparable Reporter
9a366cd33 is described below
commit 9a366cd33f959319c2ebe9ce776eed045cd2d266
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jun 7 21:33:28 2024 +0200
STORM-4058 - Provide ClusterMetrics via a Prometheus Preparable Reporter
---
external/storm-metrics-prometheus/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/storm-metrics-prometheus/README.md
b/external/storm-metrics-prometheus/README.md
index b67f2fb16..351742c1a 100644
--- a/external/storm-metrics-prometheus/README.md
+++ b/external/storm-metrics-prometheus/README.md
@@ -1,6 +1,6 @@
# Storm Metrics Prometheus
-This module contains a reporter to push [Cluster
Metrics](https://storm.apache.org/releases/current/metrics_v2.html) to
+This module contains a reporter to push [Cluster
Metrics](https://storm.apache.org/releases/current/ClusterMetrics.html) to
a [Prometheus Pushgateway](https://github.com/prometheus/pushgateway), where
it can be scraped by a Prometheus instance.
## Usage