Diego Parra

Results 34 comments of Diego Parra

I just published the latest image in docker hub :https://hub.docker.com/r/kamon/grafana_graphite/ that contains the latest grafana. also you can try: `docker-compose build https://github.com/kamon-io/docker-grafana-graphite.git`

@Suvitruf please take a look at : https://github.com/kamon-io/docker-grafana-graphite#using-the-dashboards

@melezov thanks for this PR, I'll take a look ASAP.

Hi @uname-yang, are you using the kamon bundle? can you try adding the kanela agent jar to the jvm params like `-J-javaagent:dd-java-agent.jar -J-javaagent:kanela-agent.jar`?

@uname-yang only for double check: * if you run only with kanela, works? * if you change the order of execution of the agent like: **kanela** then **dd** or **dd**...

@uname-yang can you try disabling okhttp instrumentation -> `kanela.modules.okhttp-module.enabled=false`? I think kanela is trying to instrument the `okhttp` client inside of `dd-agent`. An in a second try you can comment...

@uname-yang all kanela modules inherit the module configuration with some default values described in kanela [configuration]. Can you try adding ``` kanela { debug-mode = true log-level = "DEBUG" modules.okhttp-module.enabled...

Hi @uname-yang @stewart-shawn, any chance to make a minimal executable example to play with and try to reproduce the problem?

@stewart-shawn awesome, I will take a look ASAP

Hi, you can try with `--add-opens java.base/java.util.concurrent=ALL-UNNAMED` as JVM param