Skip to content

Sample app to demonstrate usage of otel trace and metrics

Notifications You must be signed in to change notification settings

kotharironak/otel-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Sample app to demonstrate usage of otel trace and metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%