kamon-io / Kamon

Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
https://kamon.io
Other
1.41k stars 328 forks source link

Kamon not working when using cluster bootstrap discovery method kubernetes-api #778

Open joneyin opened 4 years ago

joneyin commented 4 years ago

Hello,

We are trying to setup Kamon instrumentation on a distributed Akka cluster.

Is working fine while in local with only one node and no lightbend k8s bootstrap procedure (discovery method kubernetes-api) , but when in real k8s cluster, cluster is forming and kamon is not sending metrics.

This are our kamon and akka.management Dependencies

addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.6")

"io.kamon" %% "kamon-bundle" % "2.1.0",
"io.kamon" %% "kamon-prometheus" % "2.1.0"
SimunKaracic commented 3 years ago

This appears to be a duplicate of #577, but on newer version of kamon. Looks like we'll have to dig into it