Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.34 KB

sample_applications.md

File metadata and controls

35 lines (27 loc) · 1.34 KB

ITBench: SRE Sample Applications

OpenTelemetry's Astronomy Shop is a microservice-based distributed system intended to illustrate the implementation of OpenTelemetry in a near real-world environment. An architectural diagram for the same can be found here.

Installing OpenTelemetry's Astronomy Shop

To install the application run:

make deploy_astronomy_shop

Uninstalling OpenTelemetry's Astronomy Shop

To uninstall the application run:

make undeploy_astronomy_shop

A hotel reservation service built with Go and gPRC. Additional information can be found here.

For our setup, we leverage a forked version of Deathstarbench's HotelReservation with OpenTelemetry Collector setup. That can be found here.

Installing Deathstarbench's HotelReservation

To install the application run:

make deploy_hotel_reservation

Uninstalling Deathstarbench's HotelReservation

To uninstall the application run:

make undeploy_hotel_reservation