This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch upgrade-prometheus-1.7.0
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/upgrade-prometheus-1.7.0 by
this push:
new 59f50f077 Update flume-ng-core dependencies for Prometheus 1.7.0
59f50f077 is described below
commit 59f50f07786ff26aee41ae368105776257e0d648
Author: Ralph Goers <[email protected]>
AuthorDate: Mon Jun 8 14:51:50 2026 -0700
Update flume-ng-core dependencies for Prometheus 1.7.0
---
flume-ng-core/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/flume-ng-core/pom.xml b/flume-ng-core/pom.xml
index 2c1ee40fa..80fb5a989 100644
--- a/flume-ng-core/pom.xml
+++ b/flume-ng-core/pom.xml
@@ -181,12 +181,12 @@
<dependency>
<groupId>io.prometheus</groupId>
- <artifactId>simpleclient</artifactId>
+ <artifactId>prometheus-metrics-core</artifactId>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
- <artifactId>simpleclient_servlet</artifactId>
+ <artifactId>prometheus-metrics-exporter-servlet</artifactId>
</dependency>
</dependencies>