Skip to content

Commit

Permalink
Update client java dependency (#1054)
Browse files Browse the repository at this point in the history
* Updated client_java dependency

---------

Signed-off-by: dhoard <[email protected]>
  • Loading branch information
dhoard authored Nov 25, 2024
1 parent 342c4ac commit 118b902
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
</licenses>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It can be also run as a standalone server and scrape remote JMX targets, but thi
disadvantages, such as being harder to configure and being unable to expose
process metrics (e.g., memory and CPU usage).

In particular all the `jvm_*` metrics like `jvm_classes_loaded_total`, `jvm_threads_current`,
In particular, all the `jvm_*` metrics like `jvm_classes_loaded_total`, `jvm_threads_current`,
`jvm_threads_daemon` and `jvm_memory_bytes_used` won't be available when
using the standalone server.

Expand All @@ -32,7 +32,6 @@ using the standalone server.

https://prometheus.github.io/client_java/migration/simpleclient/#jvm-metrics


## Running the Java Agent

**Running the exporter as a Java agent is strongly encouraged.**
Expand Down
2 changes: 1 addition & 1 deletion integration_test_suite/integration_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<prometheus.metrics.version>1.3.3</prometheus.metrics.version>
<prometheus.metrics.version>1.3.4</prometheus.metrics.version>
<verifyica.version>0.7.1</verifyica.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package io.prometheus.jmx.test.support.metrics;

import io.prometheus.jmx.test.support.http.HttpResponse;
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_28_2.Metrics;
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_28_3.Metrics;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
Expand Down
2 changes: 1 addition & 1 deletion integration_test_suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<prometheus.metrics.version>1.3.3</prometheus.metrics.version>
<prometheus.metrics.version>1.3.4</prometheus.metrics.version>
</properties>

<modules>
Expand Down
2 changes: 0 additions & 2 deletions jmx_prometheus_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
</licenses>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
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.3.3</prometheus.metrics.version>
<prometheus.metrics.version>1.3.4</prometheus.metrics.version>
</properties>

<scm>
Expand Down

0 comments on commit 118b902

Please sign in to comment.