License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIddropwizard-metrics-sdk |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWavefront by VMware Dropwizard Metrics SDK for Java
Implements Dropwizard Metrics for collecting and sending metrics and histograms to Wavefront from Java applications.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics-sdk/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>dropwizard-metrics-sdk</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics-sdk/
implementation 'com.wavefront:dropwizard-metrics-sdk:0.9.0'
// https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics-sdk/
implementation ("com.wavefront:dropwizard-metrics-sdk:0.9.0")
'com.wavefront:dropwizard-metrics-sdk:jar:0.9.0'
<dependency org="com.wavefront" name="dropwizard-metrics-sdk" rev="0.9.0">
<artifact name="dropwizard-metrics-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='dropwizard-metrics-sdk', version='0.9.0')
)
libraryDependencies += "com.wavefront" % "dropwizard-metrics-sdk" % "0.9.0"
[com.wavefront/dropwizard-metrics-sdk "0.9.0"]