Skip to content

Latest commit

 

History

History
 
 

tracetest-tempo

Tracetest + Grafana Tempo

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.

Steps

  1. Install the tracetest CLI
  2. Run tracetest configure --endpoint http://localhost:11633 on a terminal to configure the CLI to send all commands to that address
  3. Run the project by using docker-compose: docker-compose up (Linux) or docker compose up (Mac)
  4. Test if it works by running: tracetest test run -d 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.