- start multisite wirh 2 clusters and tracing enabled:
MON=1 OSD=1 MDS=0 MGR=0 ../src/test/rgw/test-rgw-multisite.sh 2 \
--jaeger_tracing_enable=true --jaeger_agent_port=6831 --debug-trace=20
- start the "all in one" container of jaeger, this will run: the agent, the collector the backend and the UI:
$ podman run \
-e COLLECTOR_OTLP_ENABLED=true \
-p 6831:6831/udp \