From 75585c69a0b24f651eb809e542661ada528757e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=85=B6=E4=B8=80?= <2497666201@qq.com>
Date: Tue, 25 Jun 2024 21:35:38 +0800
Subject: [PATCH] add old prometheus_pushgateway dependency
---
dubbo-dependencies-bom/pom.xml | 3 ++-
.../dubbo-observability-spring-boot-starter/pom.xml | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 43cb7aebd3..767e7636b7 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -125,6 +125,7 @@
1.2.5
3.3
1.3.1
+ 0.16.0
1.0.4
3.6.6
2.2.21
@@ -884,7 +885,7 @@
io.prometheus
simpleclient_pushgateway
- ${prometheus-metrics-core.version}
+ ${simpleclient_pushgateway.version}
diff --git a/dubbo-spring-boot/dubbo-spring-boot-starters/observability/dubbo-observability-spring-boot-starter/pom.xml b/dubbo-spring-boot/dubbo-spring-boot-starters/observability/dubbo-observability-spring-boot-starter/pom.xml
index 1f3de6df5c..cfefeac4b9 100644
--- a/dubbo-spring-boot/dubbo-spring-boot-starters/observability/dubbo-observability-spring-boot-starter/pom.xml
+++ b/dubbo-spring-boot/dubbo-spring-boot-starters/observability/dubbo-observability-spring-boot-starter/pom.xml
@@ -39,5 +39,14 @@
dubbo-spring-boot-actuator
${project.version}
+
+
+ io.prometheus
+ simpleclient
+
+
+ io.prometheus
+ simpleclient_pushgateway
+