kamon-io / Kamon

Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
https://kamon.io
Other
1.41k stars 328 forks source link

Akka-http metrics do not work when using http2 #1323

Open markoutso opened 9 months ago

markoutso commented 9 months ago

We recently migrated our Akka-http application to http2. The problem is that the Kamon metrics do not work anymore.

The connection and request counters are set to zero for the whole time the application runs.

Let me know if there's anything to do to help fixing this.