Kamon
Kamon copied to clipboard
Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
This issue describes the ongoing work [here](https://github.com/kamon-io/Kamon/pull/1128). The PR is obviously not yet mergeable (too many comments, printlns and debug code) As previously discussed on discord, I attempted to instrument...
Not yet for review, just for discussion in #1127
After upgrading tapir version in my project, from 0.20.2 to 1.0.1, I got an error: ``` Exception in thread "application-thread-3" java.lang.NoSuchMethodError: 'scala.Function2 sttp.tapir.server.ServerEndpoint.renderPathTemplate$default$1()' at kamon.instrumentation.tapir.TapirToRouteInterceptor$.$anonfun$toRoute$1(TapirInstrumentation.scala:48) at akka.http.scaladsl.server.RouteConcatenation$RouteWithConcatenation.$anonfun$$tilde$2(RouteConcatenation.scala:47) at akka.http.scaladsl.util.FastFuture$.strictTransform$1(FastFuture.scala:40) at...
Hello, Thank you for your work on Kamon. We are recently looking to upgrade to scala 3 and stumbled upon some kamon modules not having scala 3 builds. One in...
Hi all! Kamon used to have a separate project for Kafka, which had a [folder for Kafka streams metrics](https://github.com/kamon-io/kamon-kafka/tree/master/kamon-kafka-streams/src/main). Nowdays, Kafka is part of the Kamon project, but I don't...
We went through upgrading the core libraries and reporters for Scala 3, but all the instrumentation is still pending. I got this exception at my very first attempt at running...
Kamon currently depends on an old version of okhttp3 (see `Build.scala`): ```scala val okHttp = "com.squareup.okhttp3" % "okhttp" % "3.14.7" ``` This creates issues with other packages such as `com.softwaremill.sttp.client3:okhttp-backend`...
I am looking for kamon.conf file configuration for redis Redisson client? (https://mvnrepository.com/artifact/org.redisson/redisson) client. Client is not jedis/lettuce/redisscala
Allows to exclude certain metrics from being reported as summaries. This is especially helpful when using "**" to report all metrics as summaries.