-
Hi
we use kamon and datadog together. but it conflict with datadog agent from version 0.55.
is there any way to solve this ?
![image](https://user-images.githubusercontent.com/8829072/146170985-…
-
Using the current version in combination with Kamon 1.x doesn't seem to work. It guess that way the modules are seen and started has changes with this major update.
-
Try monitoring dss server with kamon(https://kamon.io) and zipkin(https://zipkin.io)
-
I get the docker.io/kamon/grafana_graphite:lastest image from docker hub,and start it by
docker run -v /etc/localtime:/etc/localtime:ro -p 80:80 -p 8125:8125/udp -p 8126:8126 -p 8083:8083 -p 8086:808…
niuhp updated
7 years ago
-
We are switching from scala 2.13.12 to scala 3.3.1.
This is the only change.
We have some errors at boot :
> [main] WARNING 2024-02-16 13:57:57 Logger : Error trying to load Instrumentation: …
-
Can't see Docker dashboard. In the list I see only System-Metrics and Welcome dashboards =/
dashboard-loader.log:
```
Pinging grafana login page...
Got status code 502 from login page
Pinging grafan…
-
I expect to be able to set the play config resource via command-line argument. I have tried several different ways.
`sbt -Dconfig.resource=application.local.conf run`
Relevant output
```
--- (…
-
As per @velvia suggestion in gitter, I think kamon would be fantastic because it gives a lot of the tracing and such that we are looking for and I think with the context-per-jvm functionality we shoul…
-
kamon-datadog sends trace and span id's as BigInt, due to DataDog's requirement for these id's to be numeric.
kamon-logback records trace id and spand id in hex.
This causes issues correlating log a…
-
Hi!
Is it possible to implement Akka Streams Support for opentelemetry-javaagent?