MVN

de.peetzen.dropwizard.metrics : metrics-tagging

Maven & Gradle

Oct 26, 2020
1 usages
0 stars

Support for Dropwizard metric names with encoded tags · The Metrics library (v4.x) does not natively support tags, however tags can be encoded as part of the metric name. This library offers a modified MetricName class for converting tagged metrics to the legay format.

<dependency>
    <groupId>de.peetzen.dropwizard.metrics</groupId>
    <artifactId>metrics-tagging</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.peetzen.dropwizard.metrics : metrics-tagging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of de.peetzen.dropwizard.metrics : metrics-tagging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
metrics-tagging-1.0.1
metrics-tagging-1.0.0

How to add a dependency to Maven

Add the following de.peetzen.dropwizard.metrics : metrics-tagging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.peetzen.dropwizard.metrics</groupId>
    <artifactId>metrics-tagging</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.peetzen.dropwizard.metrics : metrics-tagging gradle dependency to your build.gradle file:

implementation 'de.peetzen.dropwizard.metrics:metrics-tagging:1.0.1'

Gradle Kotlin DSL: Add the following de.peetzen.dropwizard.metrics : metrics-tagging gradle kotlin dependency to your build.gradle.kts file:

implementation("de.peetzen.dropwizard.metrics:metrics-tagging:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.peetzen.dropwizard.metrics : metrics-tagging sbt scala dependency to your build.sbt file:

libraryDependencies += "de.peetzen.dropwizard.metrics" % "metrics-tagging" % "1.0.1"

Advertisement