<dependency>
<groupId>io.streamnative.stats</groupId>
<artifactId>prometheus-metrics-provider</artifactId>
<version>4.15.4.1_arrowstreet</version>
</dependency>
implementation 'io.streamnative.stats:prometheus-metrics-provider:4.15.4.1_arrowstreet'
implementation("io.streamnative.stats:prometheus-metrics-provider:4.15.4.1_arrowstreet")
libraryDependencies += "io.streamnative.stats" % "prometheus-metrics-provider" % "4.15.4.1_arrowstreet"
@Grapes(
@Grab(group='io.streamnative.stats', module='prometheus-metrics-provider', version='4.15.4.1_arrowstreet')
)
<dependency org="io.streamnative.stats" name="prometheus-metrics-provider" rev="4.15.4.1_arrowstreet" />
<parent> <groupId>io.streamnative</groupId> <artifactId>bookkeeper</artifactId> <version>4.15.4.1_arrowstreet</version> </parent>
compile
|-- io.streamnative.stats:bookkeeper-stats-api
|-- io.prometheus:simpleclient
|-- io.prometheus:simpleclient_hotspot
|-- io.prometheus:simpleclient_servlet
|-- org.eclipse.jetty:jetty-servlet
|-- com.yahoo.datasketches:sketches-core
test