You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by wu...@apache.org on 2021/05/30 07:49:39 UTC

[apisix] 01/01: Update README.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch sw-doc-polish
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 134095003f7d2753c6a85aea986ad861ee99388e
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun May 30 15:49:30 2021 +0800

    Update README.md
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 02d08e1..8f62ba9 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,8 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
 
 - **OPS friendly**
 
-  - OpenTracing: support [Apache Skywalking](docs/en/latest/plugins/skywalking.md) and [Zipkin](docs/en/latest/plugins/zipkin.md)
+  - Zipkin tracing: [Zipkin](docs/en/latest/plugins/zipkin.md)
+  - Open source APM: support [Apache Skywalking](docs/en/latest/plugins/skywalking.md)
   - works with external service discovery:In addition to the built-in etcd, it also supports [Consul](docs/en/latest/discovery/consul_kv.md) and [Nacos](docs/en/latest/discovery/nacos.md), and [Eureka](docs/en/latest/discovery.md)
   - Monitoring And Metrics: [Prometheus](docs/en/latest/plugins/prometheus.md)
   - Clustering: APISIX nodes are stateless, creates clustering of the configuration center, please refer to [etcd Clustering Guide](https://etcd.io/docs/v3.4.0/op-guide/clustering/).