SimunKaracic
SimunKaracic
**Version**: (e.g. `0.4.1-SNAPSHOT`) **Module**: (e.g. `quill-jdbc-zio`) **Database**: (e.g. `sqlite`) When upgrading `quill-jdbc-zio` from `3.7.1` to `3.16.3`, i ran into the following change in method signature on `ZioJdbcContext`: `override def executeAction[T](sql:...
Running `+test` causes the following error on play 2.8.3 or higher: ``` [info] WSInstrumentationSpec: [info] kamon.instrumentation.play.WSInstrumentationSpec *** ABORTED *** [info] com.google.inject.CreationException: Unable to create injector, see the following errors: [info]...
Brought up by @ndchandar on gitter, creating an issue so we can keep track of it: ``` Hello, I am having Context propagation issues when switching between Cats Effect IO...
Issue to track the following (raised on gitter by @imRentable): ``` Hi, I recently started using kamon-prometheus and noticed that a counter metric always yielded 0 when querying it via...
Reproduction project and SO question here: https://stackoverflow.com/questions/67223246/how-to-measure-the-processing-time-of-the-wsclient-request-by-kamon-over-prometh The project is using the `play.libs.ws.WSClient` which is currently not instrumented
Investigate a reported issue with Akka-HTTP instrumentation, where `responseSent` is seemingly not called in all situations. akkaHttpVersion = "10.1.12" kamonVersion = "2.1.15"
Add missing measurements for request and response sizes, connections opened, and processing duration
Current implementation just forwards it along if it's there, we'll need to implement it according to spec at some point: https://www.w3.org/TR/trace-context/