You can download metrics-graphite-3.1.0.jar in this page.
Apache Open Source
metrics-graphite-3.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard.metrics/metrics-graphite/pom.properties META-INF/maven/io.dropwizard.metrics/metrics-graphite/pom.xml com.codahale.metrics.graphite.Graphite.class com.codahale.metrics.graphite.GraphiteRabbitMQ.class com.codahale.metrics.graphite.GraphiteReporter.class com.codahale.metrics.graphite.GraphiteSender.class com.codahale.metrics.graphite.GraphiteUDP.class com.codahale.metrics.graphite.PickledGraphite.class
metrics-graphite-3.1.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>3.1.0</version> </parent> <artifactId>metrics-graphite</artifactId> <name>Graphite Integration for Metrics</name> <packaging>bundle</packaging> <description> A reporter for Metrics which announces measurements to a Graphite server. </description> <dependencies> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>${rabbitmq.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> <version>2.5.3</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-graphite</artifactId> <version>3.1.0</version> </dependency>
If you think the following metrics-graphite-3.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download metrics-graphite-3.1.0.jar file