Skip to content

Commit 2de7619

Browse files
committed
Updates prometheus java_client to 1.3.2
This is mainly to fix a performance regression Signed-off-by: Lars Francke <git@lars-francke.de>
1 parent a3b9443 commit 2de7619

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

collector/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
<dependency>
5656
<groupId>io.prometheus</groupId>
5757
<artifactId>prometheus-metrics-core</artifactId>
58-
<version>1.3.1</version>
58+
<version>${prometheus.metrics.version}</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>io.prometheus</groupId>
6262
<artifactId>prometheus-metrics-model</artifactId>
63-
<version>1.3.1</version>
63+
<version>${prometheus.metrics.version}</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>io.prometheus</groupId>
6767
<artifactId>prometheus-metrics-exposition-formats</artifactId>
68-
<version>1.3.1</version>
68+
<version>${prometheus.metrics.version}</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.yaml</groupId>

integration_test_suite/jmx_example_application/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<dependency>
3434
<groupId>io.prometheus</groupId>
3535
<artifactId>prometheus-metrics-core</artifactId>
36-
<version>1.3.1</version>
36+
<version>1.3.2</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.prometheus</groupId>
4141
<artifactId>prometheus-metrics-exposition-formats</artifactId>
42-
<version>1.3.1</version>
42+
<version>1.3.2</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
</dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<properties>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27-
<prometheus.metrics.version>1.3.1</prometheus.metrics.version>
27+
<prometheus.metrics.version>1.3.2</prometheus.metrics.version>
2828
</properties>
2929

3030
<scm>

0 commit comments

Comments
 (0)