From 7631c54cdd2d962d338ffa130766671788bca8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 28 Jul 2017 16:59:32 +0800 Subject: [PATCH] Update README.md New readme for 3.2 --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e3bd82005..8274bb79d7 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ Sky Walking | [中文](https://github.com/wu-sheng/sky-walking/wiki/sky-walking- [![OpenTracing-1.0 Badge](https://img.shields.io/badge/OpenTracing--1.0-enabled-blue.svg)](http://opentracing.io) -* Auto-instrumentation mechanism, **no need to CHANGE any application source code**. [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.0-supported-list). -* Explicit-instrumentation, as an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers). -* Pure Java server implementation, with RESTful Web service. -* High performance streaming analysis. +* Auto instrumentation java agent, **no need to CHANGE any application source code**. [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.0-supported-list). +* Manual instrumentation, as an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers) or using **@Trace** annotation. +* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs by following sky-walking protocol. * The UI released on [wu-sheng/sky-walking-ui](https://github.com/wu-sheng/sky-walking-ui) @@ -47,6 +46,10 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDU - Span detail. +# Test reports +- [Automatic integration test reports](https://github.com/sky-walking/agent-integration-test-report) +- Performance test reports + - [Java Agent test report]() # Document * [WIKI](https://github.com/wu-sheng/sky-walking/wiki) -- GitLab