Kamon icon indicating copy to clipboard operation
Kamon copied to clipboard

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

Open nutellinoit opened this issue 6 years ago • 3 comments

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

nutellinoit avatar Apr 10 '19 13:04 nutellinoit

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

SimunKaracic avatar Jan 19 '21 13:01 SimunKaracic

Hi @SimunKaracic , i'm no more involved in that project, i cannot check or retry to see if the problem is still present, sorry

nutellinoit avatar Jan 21 '21 10:01 nutellinoit

No problem, thanks for responding!

SimunKaracic avatar Jan 21 '21 12:01 SimunKaracic