v2.2.3 - Rediscala instrumentation
- kamon-redis: Add tracing for the rediscala library. Contributed by @SimunKaracic #1052
- kamon-jdbc: Add SQL parsing to get better operation names. Disabled by default because the performance impact is yet unclear. If you'd like to test it and report back, set
kamon.instrumentation.jdbc.parse-sql-for-operation-name
totrue
. Contributed by @Falmarri via #1013