singnet / offernet

Offer Networks simulation framework written in Java/Groovy/Gremlin
https://singnet.github.io/offernet/public/offernet-documentation/index.html
MIT License
8 stars 5 forks source link

Added akka message tracing capabilities via Kamon + Jaeger #27

Closed kabirkbr closed 6 years ago

kabirkbr commented 6 years ago

This is mostly for debugging purposes which will be needed for running more involved experiments with offernet. Kamon instrumentation is done by adding -Pkamon parameter to gradle command, e.g.

gradle test -Pkamon

Prometheus endpoint is then exposed on http://localhost:9090/graph

Given the Jaeger server on docker is started via analisis/scrips/start_servers.sh, message traces then can be viewed on locally running Jaeger http://localhost:16686.