Skip to content

Commit

Permalink
Updates prometheus java_client to 1.3.2 (#1009)
Browse files Browse the repository at this point in the history
This is mainly to fix a performance regression

Signed-off-by: Lars Francke <[email protected]>
Signed-off-by: Doug Hoard <[email protected]>
Co-authored-by: Doug Hoard <[email protected]>
  • Loading branch information
lfrancke and dhoard authored Oct 20, 2024
1 parent 8c99d4a commit bbf87cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-core</artifactId>
<version>1.3.1</version>
<version>${prometheus.metrics.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-model</artifactId>
<version>1.3.1</version>
<version>${prometheus.metrics.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-exposition-formats</artifactId>
<version>1.3.1</version>
<version>${prometheus.metrics.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
4 changes: 2 additions & 2 deletions integration_test_suite/jmx_example_application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-core</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-exposition-formats</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<prometheus.metrics.version>1.4.0-SNAPSHOT</prometheus.metrics.version>
<prometheus.metrics.version>1.3.2</prometheus.metrics.version>
</properties>

<scm>
Expand Down

0 comments on commit bbf87cd

Please sign in to comment.