Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

OpenTelemetry Collector Demo

This demo is a sample app to build the collector and exercise its tracing functionality.

To build and run the demo, switch to this directory and run

docker-compose up

Hit http:https://localhost:8081 in your browser or using something like cURL, and then open up http:https://localhost:9411 or http:https://localhost:16686 to search for the traces in the Zipkin or Jaeger UIs.