This repository objective is to show how you can configure your Tracetest instance using the OpenTelemetry collector to send telemetry data to both Azure App Insights and the Tracetest.
- Install the tracetest CLI
- Run
tracetest configure --server-url http://localhost:11633
on a terminal - Update the
.env
file adding a valid set the valid App Insights Instrumentation Key - Run the project by using docker-compose:
docker compose -f ./docker-compose.yaml -f ./tracetest/docker-compose.yaml up -d
- Test if it works by running:
tracetest run test -f tests/test.yaml
. This would trigger a test that will send spans to Azure Monitor API and directly to Tracetest that is running on your machine.