Skip to content

Commit

Permalink
Merge pull request #105 from kanderson250/dropwizard-0.9.0
Browse files Browse the repository at this point in the history
Release dropwizard-metrics reporter v0.9.0
  • Loading branch information
kanderson250 authored May 10, 2023
2 parents d695098 + 7038f74 commit a571770
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea
out/
build
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2023-05-09
-Update to io.dropwizard:dropwizard-metrics 2.1.6.
-Update to io.dropwizard.metrics:metrics-core 4.2.18.

## [0.8.0] - 2022-09-21
- Update to telemetry SDK 0.15.0.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ please visit [the exporter specs documentation repo](https://github.com/newrelic
Add required `build.gradle` dependencies to your project:

```
implementation("com.newrelic.telemetry:dropwizard-metrics-newrelic:0.8.0")
implementation("com.newrelic.telemetry:dropwizard-metrics-newrelic:0.9.0")
implementation("com.newrelic.telemetry:telemetry-core:0.15.0")
implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.15.0")
```
Expand Down Expand Up @@ -142,7 +142,7 @@ public class MyApplication extends Application<MyConfig> {

### Dropwizard Metrics Reporter

If you have a dropwizard project and have at least `dropwizard-core` 0.7.X,
If you have a dropwizard project and have at least `dropwizard-core` 1.1.X,
then you can perform the following steps to automatically report metrics to
New Relic.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ googleJavaFormat {
}

dependencies {
api("io.dropwizard.metrics:metrics-core:4.2.9")
api("io.dropwizard.metrics:metrics-core:4.2.18")
api("com.newrelic.telemetry:telemetry-core:0.15.0")
implementation("io.dropwizard:dropwizard-metrics:2.1.1")
implementation("io.dropwizard:dropwizard-metrics:2.1.6")
implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.15.0")

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.4.2")
Expand Down

0 comments on commit a571770

Please sign in to comment.