From c5b4dea4b999700e02b15e09f2978a6a364c97fe Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Mon, 16 Jul 2018 16:46:22 +0800 Subject: [PATCH] Change description back to APM. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 783fbeeb3a..2d1aa94142 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Apache SkyWalking Sky Walking logo -**SkyWalking**: an observability analysis platform, also an APM(application performance monitor) system, especially designed for +**SkyWalking**: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. [![GitHub stars](https://img.shields.io/github/stars/apache/incubator-skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/incubator-skywalking) @@ -16,7 +16,8 @@ microservices, cloud native and container-based (Docker, Kubernetes, Mesos) arch [![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io) # Abstract -**SkyWalking** provides the observability and analysis platform, including monitoring, tracing, diagnosing capabilities for distributed system. +**SkyWalking** is an open source APM system, including monitoring, tracing, diagnosing capabilities for distributed system. +The core features are following. - Service, service instance, endpoint metrics analysis - Root cause analysis @@ -27,8 +28,10 @@ microservices, cloud native and container-based (Docker, Kubernetes, Mesos) arch - Distributed tracing and context propagation - Alarm + + # Document - [Documents in English](docs/README.md) -- GitLab