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.
To install the application run:
make deploy_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.
To install the application run:
make deploy_hotel_reservation
To uninstall the application run:
make undeploy_hotel_reservation