This examples' objective is to show how you can:
- Configure your Tracetest instance to connect to receive traces from OpenTelemetry Collector.
- Install the tracetest CLI
- Run
tracetest configure --server-url http://localhost:11633
on a terminal - Run the project by using docker-compose:
docker-compose up -d
(Linux) ordocker compose up -d
(Mac) - Test if it works by running:
tracetest run test -f tests/test.yaml
. This would trigger a test that will send and retrieve spans from the OpenTelemetry Collector instance. View the test onhttp://localhost:11633
.