- 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 \
-p 16686:16686 \
jaegertracing/all-in-one:1.42
export AWS_ACCESS_KEY_ID=1234567890
export AWS_SECRET_ACCESS_KEY=pencil
aws --region=zg1 --endpoint-url http://localhost:8101 s3 mb s3://fish
head -c 512 </dev/urandom > myfile
aws --region=zg1 --endpoint-url http://localhost:8101 s3 cp myfile s3://fish
curl "http://localhost:16686/api/traces?service=rgw"