Kamon not working when using cluster bootstrap discovery method kubernetes-api
Hello,
We are trying to setup Kamon instrumentation for InfluxDB 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
"com.lightbend.akka.management" %% "akka-management-cluster-bootstrap" % "1.0.0",
"com.lightbend.akka.management" %% "akka-management-cluster-http" % "1.0.0",
"com.lightbend.akka.discovery" %% "akka-discovery-kubernetes-api" % "1.0.0",
"io.kamon" %% "kamon-core" % "1.1.5",
"io.kamon" %% "kamon-akka-remote-2.5" % "1.1.0",
"io.kamon" %% "kamon-akka-http-2.5" % "1.1.1",
"io.kamon" %% "kamon-influxdb" % "1.0.2",
Thank you
I know we're late with responding, but this is an old issue with old version of akka and kamon. Is anyone still running into this?
I'd like confirmation that this is still a problem before digging into it
Hi @SimunKaracic , i'm no more involved in that project, i cannot check or retry to see if the problem is still present, sorry
No problem, thanks for responding!