# OpenTelemetry Demo Docs

LLMS index: [llms.txt](/llms.txt)

---

Welcome to the [OpenTelemetry Demo](/ecosystem/demo/) documentation, which
covers how to install and run the demo, and some scenarios you can use to view
OpenTelemetry in action.

## Running the Demo

Want to deploy the demo and see it in action? Start here.

- [Docker](docker-deployment/)
- [Kubernetes](kubernetes-deployment/)

## Language Feature Reference

Want to understand how a particular language's instrumentation works? Start
here.

| Language   | Automatic Instrumentation                                                                                | Instrumentation Libraries                                                                    | Manual Instrumentation                                                                                   |
| ---------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| .NET       | [Accounting Service](services/accounting/)                                                               | [Cart Service](services/cart/)                                                               | [Cart Service](services/cart/)                                                                           |
| C++        |                                                                                                          |                                                                                              | [Currency Service](services/currency/)                                                                   |
| Elixir     |                                                                                                          | [Flagd-UI Service](services/flagd-ui/)                                                       |                                                                                                          |
| Go         |                                                                                                          | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/)             |
| Java       | [Ad Service](services/ad/)                                                                               |                                                                                              | [Ad Service](services/ad/)                                                                               |
| JavaScript |                                                                                                          |                                                                                              | [Payment Service](services/payment/)                                                                     |
| TypeScript |                                                                                                          | [Frontend](services/frontend/), [React Native App](services/react-native-app/)               | [Frontend](services/frontend/)                                                                           |
| Kotlin     |                                                                                                          | [Fraud Detection Service](services/fraud-detection/)                                         |                                                                                                          |
| PHP        |                                                                                                          | [Quote Service](services/quote/)                                                             | [Quote Service](services/quote/)                                                                         |
| Python     | [Recommendation Service](services/recommendation/), [Product Reviews Service](services/product-reviews/) |                                                                                              | [Recommendation Service](services/recommendation/), [Product Reviews Service](services/product-reviews/) |
| Ruby       |                                                                                                          | [Email Service](services/email/)                                                             | [Email Service](services/email/)                                                                         |
| Rust       |                                                                                                          | [Shipping Service](services/shipping/)                                                       | [Shipping Service](services/shipping/)                                                                   |

## Service Documentation

Specific information about how OpenTelemetry is deployed in each service can be
found here:

- [Accounting Service](services/accounting/)
- [Ad Service](services/ad/)
- [Cart Service](services/cart/)
- [Checkout Service](services/checkout/)
- [Email Service](services/email/)
- [Frontend](services/frontend/)
- [Load Generator](services/load-generator/)
- [Payment Service](services/payment/)
- [Product Catalog Service](services/product-catalog/)
- [Product Reviews Service](services/product-reviews/)
- [Quote Service](services/quote/)
- [Recommendation Service](services/recommendation/)
- [Shipping Service](services/shipping/)
- [Image Provider Service](services/image-provider/)
- [React Native App](services/react-native-app/)

## Feature Flag Scenarios

How can you solve problems with OpenTelemetry? These
[feature flag enabled scenarios](feature-flags/) walk you through some
pre-configured problems and show you how to interpret OpenTelemetry data to
solve them.

## Reference

Project reference documentation, like requirements and feature matrices.

- [Architecture](architecture/)
- [Development](development/)
- [Feature Flags Reference](feature-flags/)
- [Metric Feature Matrix](telemetry-features/metric-coverage/)
- [Requirements](./requirements/)
- [Screenshots](screenshots/)
- [Services](services/)
- [Span Attributes Reference](telemetry-features/manual-span-attributes/)
- [Tests](tests/)
- [Trace Feature Matrix](telemetry-features/trace-coverage/)

---

Section pages:

- [Demo Architecture](/pt/docs/demo/architecture/)
- [Collector Data Flow Dashboard](/pt/docs/demo/collector-data-flow-dashboard/)
- [Development](/pt/docs/demo/development/)
- [Docker deployment](/pt/docs/demo/docker-deployment/)
- [Feature Flags](/pt/docs/demo/feature-flags/)
- [Forking the demo repository](/pt/docs/demo/forking/)
- [Kubernetes deployment](/pt/docs/demo/kubernetes-deployment/)
- [Demo Requirements](/pt/docs/demo/requirements/)
- [Demo Screenshots](/pt/docs/demo/screenshots/)
- [Services](/pt/docs/demo/services/)
- [Telemetry Features](/pt/docs/demo/telemetry-features/)
- [Tests](/pt/docs/demo/tests/)
