-
It would be good if this could be migrated this to support changes in kamon version 1.0.0
-
We used to get this error
```
[info] [ERROR] [12/12/2017 12:32:30.755] [kamon-akka.actor.default-dispatcher-2] [akka://kamon/user/kamon-jmx-reporter/kamon-jmx-actor] Invalid character ‘:’ in value…
-
Sometimes on application startup I get NPE
```
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.concurrent.atomic.AtomicReference.get()" because the return value of "kamon.instrum…
-
I've been working on a Kamon plugin (https://github.com/kamon-io/kamon-opentsdb) and it would be nice if you broke out a jar without the UI and logging libraries.
I am currently excluding them, so it…
-
i use kamon send timer to statsd(js version is ok, but go has error)
please see
> https://github.com/kamon-io/Kamon/issues/355
i think `bitly/statsdaemon` can not support this format, but `etsy/sta…
-
I updated Kamon to `2.6.0` and getting this warning:
```
[warn] * com.squareup.okhttp3:okhttp:4.10.0 is selected over 3.12.1
[warn] +- io.kamon:kamon-prometheus_2.13:2.6.0 …
-
Hello, I'm adding Kamon to a Lagom project. The logs does not have any errors but kamon isn't loading for the project. I debugged and looked a bit and found this [project](https://github.com/ricsirigu…
-
Now and then when I collect thread-dumps or monitor CPU usage, I see Kamon is running some regex.
Do you why this happens?
Pictures of my recording is attached.
![MicrosoftTeams-image (1)](https:…
-
I have a Java8 application that runs in an Ubuntu-based Docker container. It works fine but I am trying to shrink it down a bit by using an Alpine Linux-based Docker container.
From what I can gathe…
-
Hello, we observed an issue where context is lost after a call to a cats parallel method is made, such as `parSequence`.
Here is an example test that demonstrates the issue:
https://gist.github.co…