| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdio.fluo |
| ArtifactId | ArtifactIdfluo-metrics |
| Version | Version1.0.0-beta-1 |
| Type | Typejar |
| Description |
DescriptionFluo Metrics
This module contains code needed to configure dropwizard metrics reporters.
The reason this module was created was to avoid adding dependencies to fluo-core
for an optional feature.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fluo-metrics-1.0.0-beta-1.pom | |
| fluo-metrics-1.0.0-beta-1.jar | 16 KB |
| fluo-metrics-1.0.0-beta-1-sources.jar | 11 KB |
| fluo-metrics-1.0.0-beta-1-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fluo/fluo-metrics/ -->
<dependency>
<groupId>io.fluo</groupId>
<artifactId>fluo-metrics</artifactId>
<version>1.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fluo/fluo-metrics/
implementation 'io.fluo:fluo-metrics:1.0.0-beta-1'
// https://jarcasting.com/artifacts/io.fluo/fluo-metrics/
implementation ("io.fluo:fluo-metrics:1.0.0-beta-1")
'io.fluo:fluo-metrics:jar:1.0.0-beta-1'
<dependency org="io.fluo" name="fluo-metrics" rev="1.0.0-beta-1">
<artifact name="fluo-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fluo', module='fluo-metrics', version='1.0.0-beta-1')
)
libraryDependencies += "io.fluo" % "fluo-metrics" % "1.0.0-beta-1"
[io.fluo/fluo-metrics "1.0.0-beta-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 13.0.1 |
| commons-configuration : commons-configuration | jar | 1.10 |
| io.dropwizard : dropwizard-configuration | jar | 0.8.1 |
| io.dropwizard : dropwizard-metrics | jar | 0.8.1 |
| io.dropwizard : dropwizard-metrics-ganglia | jar | 0.8.1 |
| io.dropwizard : dropwizard-metrics-graphite | jar | 0.8.1 |
| io.dropwizard.metrics : metrics-core | jar | 3.1.1 |
| io.fluo : fluo-api | jar | 1.0.0-beta-1 |
| io.fluo : fluo-core | jar | 1.0.0-beta-1 |
| org.slf4j : slf4j-api | jar | 1.7.12 |