Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genebean/sinatra-otel-demo
https://github.com/genebean/sinatra-otel-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/genebean/sinatra-otel-demo
- Owner: genebean
- Created: 2020-07-31T19:59:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T20:50:58.000Z (over 3 years ago)
- Last Synced: 2024-05-01T19:27:21.275Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra OTel Demo
This is a simple Sinatra application that sleeps a random amount of time before showing a page. It has tracing setup per via https://github.com/open-telemetry/opentelemetry-ruby/tree/master/instrumentation/sinatra and is using the Jaeger exporter from https://github.com/open-telemetry/opentelemetry-ruby/tree/master/exporters/jaeger.
A docker-compose file is included that starts up both.