Skip to content

Latest commit

 

History

History

tracetest-azure-app-insights-collector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tracetest + OTel Collector + Azure Application Insights (using the OpenTelemetry Collector)

Read the detailed recipe for setting up Tracetest + OTel Collector + Azure Application Insights (using the OpenTelemetry Collector) in our documentation.

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.

Steps

  1. Install the tracetest CLI
  2. Run tracetest configure --server-url http://localhost:11633 on a terminal
  3. Update the .env file adding a valid set the valid App Insights Instrumentation Key
  4. Run the project by using docker-compose: docker compose -f ./docker-compose.yaml -f ./tracetest/docker-compose.yaml up -d
  5. 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.