Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metrics listeners dependencies/READMEs; update to Dropwizard Metrics 4 #1073

Merged
merged 2 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dropwizard-metrics-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https:
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>pushy-dropwizard-metrics-listener</artifactId>
<version>0.15.2</version>
<version>0.16.0</version>
</dependency>
```

If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 3.1.0 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/).
If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Dropwizard Metrics listener for Pushy depends on Pushy itself (obviously enough) and version 4.2.26 of the [Dropwizard Metrics library](http://metrics.dropwizard.io/).

## Using the Dropwizard Metrics listener

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.1.0</version>
<version>4.2.26</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions micrometer-metrics-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This module is an implementation of Pushy's [`ApnsClientMetricsListener`](https:
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>pushy-micrometer-metrics-listener</artifactId>
<version>0.15.2</version>
<version>0.16.0</version>
</dependency>
```

If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Micrometer listener for Pushy depends on Pushy itself (obviously enough) and version 1.0 of the [Micrometer application monitoring library](http://micrometer.io/). Please note that while Pushy itself works with Java 7 and newer, **the Micrometer metrics listener requires Java 8 or newer.**
If you don't use Maven, you can add the `.jar` file and its dependencies to your classpath by the method of your choice. The Micrometer listener for Pushy depends on Pushy itself (obviously enough) and version 1.13.1 of the [Micrometer application monitoring library](http://micrometer.io/).

## Using the Micrometer Metrics listener

Expand Down
2 changes: 1 addition & 1 deletion micrometer-metrics-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.0.3</version>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down