Open
Description
Feature Request
The current OpenTelemetry demo requires significant resources to run all services, making it difficult to deploy in environments with limited capacity—such as GitHub Codespaces—without using a large instance.
The purpose of this feature request is to create a new branch In the project, named opentelemetry-demo-light providing a lighter version of the demo.
Describe the solution you'd like:
It would be helpful to provide a lightweight version of the demo that includes only a minimal set of core services, such as:
- frontend
- productcatalogservice
- cartservice
- checkoutservice
- paymentservice
This would make it easier for users to explore OpenTelemetry in constrained environments and lower the barrier to entry for experimentation and learning.