Overview of the Frontend service architecture
mainThe frontend is a Next.js application consisting of two layers:
- Client side application: Renders the components for the OTEL webstore.
- API layer: Connects the client to the backend services by exposing REST endpoints.