Skip to content

Commit

Permalink
Update JMX exporter (#952)
Browse files Browse the repository at this point in the history
* Updated JMX exporter 1.1.0

Signed-off-by: Paolo Patierno <[email protected]>

* Updated CHANGELOG

Signed-off-by: Paolo Patierno <[email protected]>

---------

Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Dec 10, 2024
1 parent c11ffd0 commit 27007bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.32.0

* Dependency updates (JMX exporter 1.1.0)

## 0.31.1

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
<opentelemetry-semconv.version>1.21.0-alpha</opentelemetry-semconv.version>
<grpc-netty-shaded.version>1.61.0</grpc-netty-shaded.version>
<micrometer.version>1.12.3</micrometer.version>
<jmx-prometheus-collector.version>1.0.1</jmx-prometheus-collector.version>
<prometheus-client.version>1.3.1</prometheus-client.version>
<jmx-prometheus-collector.version>1.1.0</jmx-prometheus-collector.version>
<prometheus-client.version>1.3.4</prometheus-client.version>
<commons-cli.version>1.4</commons-cli.version>
<test-container.version>0.109.0</test-container.version>
<jakarta.version>2.3.2</jakarta.version>
Expand Down Expand Up @@ -302,7 +302,7 @@
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-exposition-formats</artifactId>
<artifactId>prometheus-metrics-exposition-textformats</artifactId>
<version>${prometheus-client.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 27007bf

Please sign in to comment.