mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
Update Readme.md
This commit is contained in:
13
Readme.md
13
Readme.md
@ -1,7 +1,10 @@
|
|||||||
# OpenTelemetry中文资料索引
|
# OpenTelemetry Rust
|
||||||
|
The Rust OpenTelemetry client.
|
||||||
|
|
||||||

|
# What is OpenTelemetry?
|
||||||
|
|
||||||
## 资料目录
|
OpenTelemetry is made up of an integrated set of APIs and libraries as well as a collection mechanism via an agent and collector.
|
||||||
- [前世、今生及未来概述](./bio/Readme.md)
|
|
||||||
- [技术实现标准和规范](./specs/Readme.md)
|
These components are used to generate, collect, and describe telemetry about distributed systems. This data includes basic context propagation, distributed traces, metrics, and other signals in the future.
|
||||||
|
|
||||||
|
OpenTelemetry is designed to make it easy to get critical telemetry data out of your services and into your backend(s) of choice. For each supported language it offers a single set of APIs, libraries, and data specifications, and developers can take advantage of whichever components they see fit.
|
||||||
|
Reference in New Issue
Block a user