<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-prometheus-metrics_2.13</artifactId>
<version>0.25.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-prometheus-metrics_2.13', version='0.25.0-RC1')
)
compile
|-- org.scala-lang:scala-library:2.13.14
|-- org.http4s:http4s-core_2.13:0.23.28
|-- io.prometheus:simpleclient:0.16.0
|-- io.prometheus:simpleclient_common:0.16.0
|-- io.prometheus:simpleclient_hotspot:0.16.0
provided
|-- org.typelevel:scalac-compat-annotation_2.13:0.1.4
test
|-- org.scalameta:munit-scalacheck_2.13:1.0.0
|-- org.typelevel:munit-cats-effect_2.13:2.0.0
|-- org.http4s:http4s-server_2.13:0.23.28