From cf98cbb8f7a1d346b6eaa64c6c1c8e407a7456b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 15 Mar 2018 23:09:22 +0800 Subject: [PATCH] Remove some description (#946) * Update README.md * Update README_ZH.md --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd48b559..c9a615aee 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Underlying technology is a distributed tracing system. [![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io) * Provide Java agent, **no need to CHANGE any application source code**. - * High performance agent. Only increase extra **10%** cpu cost in 5000+ tps application, even **when collect all traces**. + * High performance agent. * [Supported middlewares, frameworks and libraries](docs/Supported-list.md). * Manual instrumentation * As an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers) diff --git a/README_ZH.md b/README_ZH.md index e2bbb05d7..f0e5dd8a3 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -15,7 +15,7 @@ Apache SkyWalking | [English](README.md) * Java自动探针,**不需要修改应用程序源代码** -  * 高性能探针,针对单实例5000tps的应用,在**全量采集的情况下**,只增加 **10%** 的CPU开销。 +  * 高性能探针. * [中间件,框架与类库支持列表](docs/Supported-list.md). * 手动探针 * [使用OpenTracing手动探针API](http://opentracing.io/documentation/pages/supported-tracers) -- GitLab