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.
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.
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.