1
1
---
2
2
title : OpenTelemetry Demo Documentation
3
- linkTitle : Demo Documentation
3
+ linkTitle : Demo
4
+ cascade :
5
+ repo : https://github.com/open-telemetry/opentelemetry-demo
4
6
---
5
7
6
8
Welcome to the OpenTelemetry Demo! This folder contains overall documentation
7
9
for the project, how to install and run it, and some scenarios you can use to
8
10
view OpenTelemetry in action.
9
11
10
- ## Table of Contents
11
-
12
- - [ Guided Scenarios] ( #scenarios )
13
- - [ Language Instrumentation Examples] ( #language-feature-reference )
14
- - [ Quick Start] ( #running-the-demo )
15
- - [ References] ( #reference )
16
- - [ Service Documentation] ( #service-documentation )
17
-
18
- ### Running the Demo
12
+ ## Running the Demo
19
13
20
14
Want to deploy the demo and see it in action? Start here.
21
15
22
16
- [ Docker] ({{% relref "./docker_deployment.md" %}})
23
17
- [ Kubernetes] ({{% relref "./kubernetes_deployment.md" %}})
24
18
25
- ### Language Feature Reference
19
+ ## Language Feature Reference
26
20
27
21
Want to understand how a particular language's instrumentation works? Start
28
22
here.
41
35
| Ruby | [ Email Service] ({{% relref "services/emailservice/" %}}) | [ Email Service] ({{% relref "services/emailservice/" %}}) |
42
36
| Rust | [ Shipping Service] ({{% relref "services/shippingservice/" %}}) | [ Shipping Service] ({{% relref "services/shippingservice/" %}}) |
43
37
44
- ### Service Documentation
38
+ ## Service Documentation
45
39
46
40
Specific information about how OpenTelemetry is deployed in each service can be
47
41
found here:
@@ -59,7 +53,7 @@ found here:
59
53
- [ Recommendation Service] ({{% relref "services/recommendationservice/" %}})
60
54
- [ Shipping Service] ({{% relref "services/shippingservice/" %}})
61
55
62
- ### Scenarios
56
+ ## Scenarios
63
57
64
58
How can you solve problems with OpenTelemetry? These scenarios walk you through
65
59
some pre-configured problems and show you how to interpret OpenTelemetry data to
@@ -71,7 +65,7 @@ We'll be adding more scenarios over time.
71
65
with product id: ` OLJCESPC7Z ` using the Feature Flag service
72
66
- Discover a memory leak and diagnose it using metrics and traces. [ Read more] ({{% relref "./scenarios/recommendation_cache.md" %}})
73
67
74
- ### Reference
68
+ ## Reference
75
69
76
70
Project reference documentation, like requirements and feature matrices.
77
71
0 commit comments