Skip to content

Commit 3c8c097

Browse files
committed
[zh] Add zh version of homepage
1 parent 3c8e6e5 commit 3c8c097

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

content/zh/_index.md

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: OpenTelemetry
3+
description: >-
4+
高质量、普遍适用和可移植的遥测助你实现有效的可观测
5+
show_banner: true
6+
developer_note:
7+
下文所用的 blocks/cover 短代码将使用文件名中包含 "background"
8+
的图像文件作为背景图。
9+
---
10+
11+
<div class="d-none"><a rel="me" href="https://fosstodon.org/@opentelemetry"></a></div>
12+
13+
{{< blocks/cover image_anchor="top" height="max" color="primary" >}}
14+
15+
<!-- prettier-ignore -->
16+
![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg)
17+
{.otel-logo}
18+
19+
<!-- prettier-ignore -->
20+
{{% param description %}}
21+
{.display-6}
22+
23+
<div class="l-primary-buttons mt-5">
24+
25+
- [了解更多](/docs/what-is-opentelemetry/)
26+
- [尝试演示](/docs/demo/)
27+
- [探索集成组件](/ecosystem/integrations)
28+
29+
</div>
30+
31+
<div class="h3 mt-4">
32+
<a class="text-secondary" href="/docs/getting-started/">为各种角色定制的入门指南</a>
33+
</div>
34+
<div class="l-get-started-buttons">
35+
36+
- [开发人员](/docs/getting-started/dev/)
37+
- [运维人员](/docs/getting-started/ops/)
38+
39+
</div>
40+
{{< /blocks/cover >}}
41+
42+
{{% blocks/lead color="white" %}}
43+
44+
OpenTelemetry 是各类 API、SDK 和工具形成的集合。可用于仪表化、生成、采集和导出遥
45+
测数据(链路、指标和日志),帮助你分析软件的性能和行为。
46+
47+
> OpenTelemetry 在[多种编程语言](/docs/languages/)均达到 **GA** 级别,普适性很高
48+
>
49+
50+
{{% /blocks/lead %}}
51+
52+
{{% blocks/section color="dark" type="row" %}}
53+
54+
{{% blocks/feature icon="fas fa-chart-line" title="链路、指标、日志" %}}
55+
56+
从你的服务和软件中创建并采集遥测数据,然后将其转发给各种分析工具
57+
。{{% /blocks/feature %}}
58+
59+
{{% blocks/feature icon="fas fa-magic" title="即插即用仪表" %}}
60+
61+
OpenTelemetry 与流行的库和框架集成,例如 [Spring](https://spring.io)
62+
[ASP.NET Core](https://docs.microsoft.com/aspnet/core)
63+
[Express](https://expressjs.com)[Quarkus](https://quarkus.io) 等等!
64+
安装和集成可能只需要几行代码。
65+
66+
{{% /blocks/feature %}}
67+
68+
{{% blocks/feature icon="fab fa-github" title="开源、厂商中立" %}}
69+
70+
OpenTelemetry 是 100% 免费和开源的,
71+
得到了可观测性领域[众多行业领导者](/ecosystem/vendors/)的采用和支持。
72+
73+
{{% /blocks/feature %}}
74+
75+
{{% /blocks/section %}}
76+
77+
{{% blocks/section color="secondary" type="cncf" %}}
78+
79+
**OpenTelemetry 是一个 [CNCF][] [Incubating][] 项目**。<br> 这个项目是在合并
80+
OpenTracing 和 OpenCensus 项目之后成型的。
81+
82+
[![CNCF logo][]][cncf]
83+
84+
[cncf]: https://cncf.io
85+
[cncf logo]: /img/logos/cncf-white.svg
86+
[incubating]: https://www.cncf.io/projects/
87+
88+
{{% /blocks/section %}}

0 commit comments

Comments
 (0)