Peter Nerg
Peter Nerg
# Issue in short There seems to be some slowly creeping thread increase when using OTEL reporter. There are threads related to the grpc/netty stack that for some reason just...
According to the [kamon-akka documentation](https://kamon.io/docs/latest/instrumentation/akka/metrics/#filtered-metrics) one should only need to configure what actor paths to disable from metrics/spans. E.g. ``` actors.track.excludes = ["**"] ``` However this does not seem to...
I just realised there is support in kamon 2.x for providing a custom `Sampler`implementation just by configuring it ``` sampler = "com.area51.CustomSampler" ``` A bit of hidden feature as it...