We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41454a8 commit e7cbee4Copy full SHA for e7cbee4
polaris-dependencies/pom.xml
@@ -241,7 +241,11 @@
241
<artifactId>stat-prometheus</artifactId>
242
<version>${project.version}</version>
243
</dependency>
244
-
+ <dependency>
245
+ <groupId>com.tencent.polaris</groupId>
246
+ <artifactId>stat-pushgateway</artifactId>
247
+ <version>${project.version}</version>
248
+ </dependency>
249
<!-- polaris-plugins-ratelimiter-->
250
<dependency>
251
<groupId>com.tencent.polaris</groupId>
pom.xml
@@ -64,7 +64,7 @@
64
65
<properties>
66
<!-- Project revision -->
67
- <revision>1.7.2</revision>
+ <revision>1.7.3</revision>
68
<timestamp>${maven.build.timestamp}</timestamp>
69
<skip.maven.deploy>false</skip.maven.deploy>
70
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
0 commit comments