p

prometheus-metrics-exporter-common

Common functionality for implementing a Prometheus scrape endpoint.
The Apache Software License, Version 2.0
Fabian Stäber
Files download
File Operation
prometheus-metrics-exporter-common-1.0.0-alpha-3.jar download
prometheus-metrics-exporter-common-1.0.0-alpha-3.pom download
prometheus-metrics-exporter-common-1.0.0-alpha-3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.prometheus</groupId>
  <artifactId>prometheus-metrics-exporter-common</artifactId>
  <version>1.0.0-alpha-3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.prometheus:prometheus-metrics-exporter-common:1.0.0-alpha-3'
Gradle Kotlin
implementation("io.prometheus:prometheus-metrics-exporter-common:1.0.0-alpha-3")
Scala SBT
libraryDependencies += "io.prometheus" % "prometheus-metrics-exporter-common" % "1.0.0-alpha-3"
Groovy Grape
@Grapes(
  @Grab(group='io.prometheus', module='prometheus-metrics-exporter-common', version='1.0.0-alpha-3')
)
Apache Ivy
<dependency org="io.prometheus" name="prometheus-metrics-exporter-common" rev="1.0.0-alpha-3" />
Leiningen
[io.prometheus/prometheus-metrics-exporter-common "1.0.0-alpha-3"]
Apache Buildr
'io.prometheus:prometheus-metrics-exporter-common:jar:1.0.0-alpha-3'