From 5632ae30024598dd3126ea60b4ea01ef5a3c995d Mon Sep 17 00:00:00 2001 From: Sunface Date: Tue, 13 Aug 2019 18:11:51 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 8294396..61ac147 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,10 @@ -# OpenTelemetry中文资料索引 +# OpenTelemetry Rust +The Rust OpenTelemetry client. -![](./assets/logo.png) +# What is OpenTelemetry? -## 资料目录 -- [前世、今生及未来概述](./bio/Readme.md) -- [技术实现标准和规范](./specs/Readme.md) \ No newline at end of file +OpenTelemetry is made up of an integrated set of APIs and libraries as well as a collection mechanism via an agent and collector. + +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.