This repository objective is to show how you can configure your tracetest instance to connect to grafana tempo instance and use it as its tracing backend.
- Install the tracetest CLI
- Run
tracetest configure --server-url http://localhost:11633
on a terminal to configure the CLI to send all commands to that address - Run the project by using docker-compose:
docker-compose up
(Linux) ordocker compose up
(Mac) - Test if it works by running:
tracetest run test -f tests/list-tests.yaml
. This would trigger a test that will send and retrieve spans from the opensearch instance that is running on your machine.
⚠️ Note: The Tempo configuration used for this example is not meant to be used in production.