Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 726 Bytes

OpenTelemetry Collector Sample App

This sample app presents the typical flow of observability data with multiple OpenTelemetry Collectors deployed:

  • Applications send data directly to a Collector configured to use fewer resources, aka the agent;
  • The agent then forwards the data to Collector(s) that receive data from multiple agents. Collectors on this layer typically are allowed to use more resources and queue more data;
  • The Collector then sends the data to the appropriate backend, in this demo Jaeger, Zipkin, and Prometheus;
docker-compose up -d

The demo exposes the following backends: