@@ -7,61 +7,20 @@ weight: 2
7
7
cSpell:ignore : OLJCESPC
8
8
---
9
9
10
- <!--
11
- ---
12
- title: OpenTelemetry Demo Documentation
13
- linkTitle: Demo
14
- cascade:
15
- repo: https://github.com/open-telemetry/opentelemetry-demo
16
- weight: 2
17
- cSpell:ignore: OLJCESPC
18
- ---
19
- -->
20
-
21
- <!--
22
- Welcome to the [OpenTelemetry Demo](/ecosystem/demo/) documentation, which
23
- covers how to install and run the demo, and some scenarios you can use to view
24
- OpenTelemetry in action.
25
- -->
26
10
欢迎使用 [ OpenTelemetry 演示] ( /ecosystem/demo/ ) 文档,
27
11
此文档介绍了如何安装和运行演示,以及一些可用来查看 OpenTelemetry 实际运行情况的场景。
28
12
29
- <!--
30
- ## Running the Demo
31
-
32
- Want to deploy the demo and see it in action? Start here.
33
- -->
34
13
## 运行演示
35
14
36
15
想要部署演示并查看其实际效果吗?从这里开始:
37
16
38
17
- [ Docker] ( docker-deployment/ )
39
18
- [ Kubernetes] ( kubernetes-deployment/ )
40
19
41
- <!--
42
- ## Language Feature Reference
43
-
44
- Want to understand how a particular language's instrumentation works? Start
45
- here.
46
- -->
47
20
## 语言特性参考
48
21
49
22
想要了解特定编程语言的工具是如何工作的?从这里开始:
50
23
51
- <!--
52
- | Language | Automatic Instrumentation | Instrumentation Libraries | Manual Instrumentation |
53
- | ---------- | -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
54
- | .NET | | [Cart Service](services/cart/) | [Cart Service](services/cart/) |
55
- | C++ | | | [Currency Service](services/currency/) |
56
- | Go | | [Accounting Service](services/accounting/), [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) |
57
- | Java | [Ad Service](services/ad/) | | [Ad Service](services/ad/) |
58
- | JavaScript | | [Frontend](services/frontend/) | [Frontend](services/frontend/), [Payment Service](services/payment/) |
59
- | Kotlin | | [Fraud Detection Service](services/fraud-detection/) | |
60
- | PHP | | [Quote Service](services/quote/) | [Quote Service](services/quote/) |
61
- | Python | [Recommendation Service](services/recommendation/) | | [Recommendation Service](services/recommendation/) |
62
- | Ruby | | [Email Service](services/email/) | [Email Service](services/email/) |
63
- | Rust | | [Shipping Service](services/shipping/) | [Shipping Service](services/shipping/) |
64
- -->
65
24
| 语言 | 自动插桩 | 插桩库 | 手动插桩 |
66
25
| ---------- | ------------------- | -------------------- | ------------------------------------ |
67
26
| .NET | | [ 购物车服务] ( services/cart/ ) | [ 购物车服务] ( services/cart/ ) |
@@ -75,30 +34,10 @@ here.
75
34
| Ruby | | [ 电子邮件服务] ( services/email/ ) | [ 电子邮件服务] ( services/email/ ) |
76
35
| Rust | | [ 发货服务] ( services/shipping/ ) | [ 发货服务] ( services/shipping/ ) |
77
36
78
- <!--
79
- ## Service Documentation
80
-
81
- Specific information about how OpenTelemetry is deployed in each service can be
82
- found here:
83
- -->
84
37
## 服务文档
85
38
86
39
有关如何在每个服务中部署 OpenTelemetry 的具体信息可以在此处找到:
87
40
88
- <!--
89
- - [Ad Service](services/ad/)
90
- - [Cart Service](services/cart/)
91
- - [Checkout Service](services/checkout/)
92
- - [Email Service](services/email/)
93
- - [Frontend](services/frontend/)
94
- - [Load Generator](services/load-generator/)
95
- - [Payment Service](services/payment/)
96
- - [Product Catalog Service](services/product-catalog/)
97
- - [Quote Service](services/quote/)
98
- - [Recommendation Service](services/recommendation/)
99
- - [Shipping Service](services/shipping/)
100
- - [Image Provider Service](services/imageprovider/)
101
- -->
102
41
- [ 广告服务] ( services/ad/ )
103
42
- [ 购物车服务] ( services/cart/ )
104
43
- [ 结账服务] ( services/checkout/ )
@@ -112,20 +51,6 @@ found here:
112
51
- [ 发货服务] ( services/shipping/ )
113
52
- [ 图片提供商服务] ( services/imageprovider/ )
114
53
115
- <!--
116
- ## Scenarios
117
-
118
- How can you solve problems with OpenTelemetry? These scenarios walk you through
119
- some pre-configured problems and show you how to interpret OpenTelemetry data to
120
- solve them.
121
-
122
- We'll be adding more scenarios over time.
123
-
124
- - Generate a [Product Catalog error](feature-flags) for `GetProduct` requests
125
- with product id: `OLJCESPC7Z` using the Feature Flag service
126
- - Discover a memory leak and diagnose it using metrics and traces.
127
- [Read more](scenarios/recommendation-cache/)
128
- -->
129
54
## 应用场景
130
55
131
56
如何使用 OpenTelemetry 解决问题?这些场景将引导你解决一些预先配置的问题,
@@ -136,22 +61,6 @@ We'll be adding more scenarios over time.
136
61
- 使用功能标志服务为产品 ID 为 ` OLJCESPC7Z ` 的 ` GetProduct ` 请求生成[ 产品目录错误] ( feature-flags )
137
62
- 发现内存泄漏并使用指标和追踪对其进行诊断,[ 阅读更多] ( scenarios/recommendation-cache/ )
138
63
139
- <!--
140
- ## Reference
141
-
142
- Project reference documentation, like requirements and feature matrices.
143
-
144
- - [Architecture](architecture/)
145
- - [Development](development/)
146
- - [Feature Flags Reference](feature-flags/)
147
- - [Metric Feature Matrix](telemetry-features/metric-coverage/)
148
- - [Requirements](./requirements/)
149
- - [Screenshots](screenshots/)
150
- - [Services](services/)
151
- - [Span Attributes Reference](telemetry-features/manual-span-attributes/)
152
- - [Tests](tests/)
153
- - [Trace Feature Matrix](telemetry-features/trace-coverage/)
154
- -->
155
64
## 参考
156
65
157
66
项目参考文档,例如需求和功能矩阵:
0 commit comments