Search code examples
scalaprometheuskamon

Is there any compatible version of kamon-prometheus dependency with scala 2.12.1?


I'm using this reference.

Library Dependency is

"com.monsanto.arch" %% "kamon-prometheus" % "0.2.0"

I'm using scala version 2.12.1.


Solution

  • If you just need Akka metrics in Prometheus format, maybe https://github.com/Workday/prometheus-akka will work for you.