It installs very easily with docker but my first attempt at simply dropping one of the genesis node logs onto the GUI failed. A tad hopeful I know Time for some quality RTFM time …
Anything that makes analysing logs easier has to be worthwhile.
I’m only seeing the jaeger-query service with that command string. I f I add the 16685 port it still fails…
Each time I check, I stop the SAFE network and clear the relevant dirs in ~/.safe/node, run the jaeger docker command, restart SAFE and check at localhost:16686.
I was trying to get sn_node → OTLP → Prometheus → Grafana today.
I ended up seeing the traces come into OTLP (separate process) from sn_node, but could not get them to export to Prometheus, which was initially configured as the data source backend for Grafana.
Then I ended up realizing the data type coming in were traces, and not metrics, and I believe OTLP’s prometheus export does not support traces at this time.
I then ended up going back to:
sn_node → jaeger + otlp (stand alone binary), which I was able to successfully setup at home on a local testnet (alpine container), as seen below: