sumo-opentelemetry-demo
custom docker-compose has been developed to present
capabilities of Sumo Logic o11y with OpenTelemetry-Demo application.
You will need the:
- Sumo Logic Installation Token
- Sumo Logic Real User Monitoring URL
- installed docker and docker-compose
- Set environment variables used to configure Sumo Logic OTel Distro and Sumo Logic Real User Monitoring
export SUMO_RUM_URL=YOUR_SUMO_LOGIC_RUM_URL
export SUMO_INSTALLATION_TOKEN=YOUR_GENERATED_SUMO_INSTALLATION_TOKEN
export SUMO_COLLECTOR_NAME=YOUR_COLLECTOR_NAME
- Run:
docker-compose up
- Set environment variables used to configure Sumo Logic OTel Distro
export SUMO_INSTALLATION_TOKEN=YOUR_GENERATED_SUMO_INSTALLATION_TOKEN
export SUMO_COLLECTOR_NAME=YOUR_COLLECTOR_NAME
- Run:
docker-compose up -f docker-compose-no-rum.yaml
You can access the OpenTelemetry-Demo Frontend directly from you browser under http://localhost:8080