Download metrics-jvm-3.1.1.jar file

Introduction

You can download metrics-jvm-3.1.1.jar in this page.

License

Apache Open Source

Type List

metrics-jvm-3.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard.metrics/metrics-jvm/pom.properties
META-INF/maven/io.dropwizard.metrics/metrics-jvm/pom.xml
com.codahale.metrics.jvm.BufferPoolMetricSet.class
com.codahale.metrics.jvm.CachedThreadStatesGaugeSet.class
com.codahale.metrics.jvm.ClassLoadingGaugeSet.class
com.codahale.metrics.jvm.FileDescriptorRatioGauge.class
com.codahale.metrics.jvm.GarbageCollectorMetricSet.class
com.codahale.metrics.jvm.MemoryUsageGaugeSet.class
com.codahale.metrics.jvm.ThreadDeadlockDetector.class
com.codahale.metrics.jvm.ThreadDump.class
com.codahale.metrics.jvm.ThreadStatesGaugeSet.class

Pom

metrics-jvm-3.1.1.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.1</version>
    </parent>

    <artifactId>metrics-jvm</artifactId>
    <name>JVM Integration for Metrics</name>
    <packaging>bundle</packaging>
    <description>
        A set of classes which allow you to monitor critical aspects of your Java Virtual Machine
        using Metrics.
    </description>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-core</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard.metrics</groupId>
   <artifactId>metrics-jvm</artifactId>
   <version>3.1.1</version>
</dependency>

Download

If you think the following metrics-jvm-3.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download metrics-jvm-3.1.1.jar file




PreviousNext

Related