Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.54 KB

File metadata and controls

50 lines (33 loc) · 1.54 KB

Sumo Logic OpenTelemetry Demo Docker-Compose Deployment

sumo-opentelemetry-demo custom docker-compose has been developed to present capabilities of Sumo Logic o11y with OpenTelemetry-Demo application.

Minimum Requirements

You will need the:

Deployment

OpenTelemetry Demo with Sumo Logic Real User Monitoring

  1. 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
  1. Run:
docker-compose up

OpenTelemetry Demo without Sumo Logic Real User Monitoring

  1. 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
  1. Run:
docker-compose up -f docker-compose-no-rum.yaml

Application access

You can access the OpenTelemetry-Demo Frontend directly from you browser under http://localhost:8080