| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdcom.eatthepath |
| ArtifactId | ArtifactIdpushy-dropwizard-metrics-listener |
| Last Version | Last Version0.15.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDropwizard Metrics listener for Pushy
A metrics listener for Pushy that uses the Dropwizard Metrics library for gathering and reporting metrics.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.eatthepath/pushy-dropwizard-metrics-listener/ -->
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>pushy-dropwizard-metrics-listener</artifactId>
<version>0.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eatthepath/pushy-dropwizard-metrics-listener/
implementation 'com.eatthepath:pushy-dropwizard-metrics-listener:0.15.1'
// https://jarcasting.com/artifacts/com.eatthepath/pushy-dropwizard-metrics-listener/
implementation ("com.eatthepath:pushy-dropwizard-metrics-listener:0.15.1")
'com.eatthepath:pushy-dropwizard-metrics-listener:jar:0.15.1'
<dependency org="com.eatthepath" name="pushy-dropwizard-metrics-listener" rev="0.15.1">
<artifact name="pushy-dropwizard-metrics-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eatthepath', module='pushy-dropwizard-metrics-listener', version='0.15.1')
)
libraryDependencies += "com.eatthepath" % "pushy-dropwizard-metrics-listener" % "0.15.1"
[com.eatthepath/pushy-dropwizard-metrics-listener "0.15.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.eatthepath : pushy | jar | 0.15.1 |
| io.dropwizard.metrics : metrics-core | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |