Skip to content

Latest commit

History

History
14 lines (9 loc) 路 781 Bytes

File metadata and controls

14 lines (9 loc) 路 781 Bytes

Quick Start - Tracetest + Pokeshop

Read the installation guide in our documentation.

This examples' objective is to show how you can:

  1. Configure your Tracetest instance to connect to receive traces from OpenTelemetry Collector.

Steps

  1. Install the tracetest CLI
  2. Run tracetest configure --server-url http://localhost:11633 on a terminal
  3. Run the project by using docker-compose: docker-compose up -d (Linux) or docker compose up -d (Mac)
  4. 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 on http://localhost:11633.