MVN

de.peetzen.dropwizard : dropwizard-metrics-prometheus-servlet-bundle

Maven & Gradle

Jul 31, 2023
4 stars

Configurable Prometheus Servlet Bundle for Dropwizard · This configurable Dropwizard bundle makes it easy to expose metrics from a Dropwizard application in a Prometheus compatible format with custom names and labels.

<dependency>
    <groupId>de.peetzen.dropwizard</groupId>
    <artifactId>dropwizard-metrics-prometheus-servlet-bundle</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2
  • Latest Release Candidate: 1.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
4.0.x
dropwizard-metrics-prometheus-servlet-bundle-4.0.2
dropwizard-metrics-prometheus-servlet-bundle-4.0.1
dropwizard-metrics-prometheus-servlet-bundle-4.0.0
3.0.x
dropwizard-metrics-prometheus-servlet-bundle-3.0.2
dropwizard-metrics-prometheus-servlet-bundle-3.0.1
dropwizard-metrics-prometheus-servlet-bundle-3.0.0
1.0.x
dropwizard-metrics-prometheus-servlet-bundle-1.0.0
dropwizard-metrics-prometheus-servlet-bundle-1.0.0-RC2
dropwizard-metrics-prometheus-servlet-bundle-1.0.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.peetzen.dropwizard</groupId>
    <artifactId>dropwizard-metrics-prometheus-servlet-bundle</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.peetzen.dropwizard:dropwizard-metrics-prometheus-servlet-bundle:3.0.2'

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

implementation("de.peetzen.dropwizard:dropwizard-metrics-prometheus-servlet-bundle:3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.peetzen.dropwizard" % "dropwizard-metrics-prometheus-servlet-bundle" % "3.0.2"

Advertisement