From 17410e665b4285c8132d365860760776837b33c6 Mon Sep 17 00:00:00 2001 From: wusheng Date: Fri, 20 Oct 2017 23:33:36 +0800 Subject: [PATCH] Update readme. --- README.md | 4 +--- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 546d9e633..ce3286b26 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ Sky Walking | [中文](README_ZH.md) [![Join the chat at https://gitter.im/sky-walking/Lobby](https://badges.gitter.im/openskywalking/Lobby.svg)](https://gitter.im/openskywalking/Lobby) [![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io) - -* Auto instrumentation by javaagent, **no need to CHANGE any application source code**. +* 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**, [check test reports](#test-reports). * [Supported middlewares, frameworks and libraries](https://github.com/OpenSkywalking/sky-walking/wiki/3.2-supported-list). * Manual instrumentation @@ -19,7 +18,6 @@ Sky Walking | [中文](README_ZH.md) * Use **@Trace** annotation for any methods you want to trace. * Integrate traceId into logs for log4j, log4j2 and logback. * Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs. - * [How to uplink metrics and traces to collector?]() * The UI released on [skywalking-ui](https://github.com/OpenSkywalking/sky-walking-ui) # Architecture diff --git a/README_ZH.md b/README_ZH.md index 9fdd902c4..78bf6fce3 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -11,7 +11,7 @@ Sky Walking | [English](README.md) [![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io) -* 自动java探针,**不需要修改应用程序源代码** +* Java自动探针,**不需要修改应用程序源代码**  * 高性能探针,针对单实例5000tps的应用,在**全量采集的情况下**,只增加**10%**的CPU开销。 * [中间件,框架与类库支持列表](https://github.com/wu-sheng/sky-walking/wiki/3.2-supported-list). * 手动探针 -- GitLab