License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIddropwizard-metrics |
Last Version | Last Version4.36 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWavefront Dropwizard Metrics Reporter
Report metrics via the Wavefront Proxy
|
Filename | Size |
---|---|
dropwizard-metrics-4.36.pom | |
dropwizard-metrics-4.36.jar | 11 KB |
dropwizard-metrics-4.36-sources.jar | 5 KB |
dropwizard-metrics-4.36-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>4.36</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics/
implementation 'com.wavefront:dropwizard-metrics:4.36'
// https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics/
implementation ("com.wavefront:dropwizard-metrics:4.36")
'com.wavefront:dropwizard-metrics:jar:4.36'
<dependency org="com.wavefront" name="dropwizard-metrics" rev="4.36">
<artifact name="dropwizard-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='dropwizard-metrics', version='4.36')
)
libraryDependencies += "com.wavefront" % "dropwizard-metrics" % "4.36"
[com.wavefront/dropwizard-metrics "4.36"]
Group / Artifact | Type | Version |
---|---|---|
com.wavefront : java-client | jar | 4.36 |
io.dropwizard.metrics : metrics-core | jar | 4.0.2 |
io.dropwizard.metrics : metrics-jvm | jar | 4.0.2 |
org.json : json | jar | 20160212 |