From 86c9e3815a0a14209903a35fe380e9e5a6241ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 12 Mar 2018 12:20:32 +0800 Subject: [PATCH] Doc patch (#928) * Update CHANGELOG.md * Update Deploy-backend-in-standalone-mode.md --- CHANGELOG.md | 3 ++- docs/en/Deploy-backend-in-standalone-mode.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b906845..552f2c072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ + Release Notes. Changes by Version ================== - 5.0.0-alpha (2018-02-28) + 5.0.0-alpha ------------------ #### Agent -> Collector protocol diff --git a/docs/en/Deploy-backend-in-standalone-mode.md b/docs/en/Deploy-backend-in-standalone-mode.md index f44c1588f..6fb3e6a97 100644 --- a/docs/en/Deploy-backend-in-standalone-mode.md +++ b/docs/en/Deploy-backend-in-standalone-mode.md @@ -1,4 +1,4 @@ -# Usage scenario(no provide in alpha version,planning provide in beta version) +# Usage scenario Default standalong mode collector means don't support cluster. It uses H2 as storage layer implementation, suggest that use only for preview, test, demonstration, low throughputs and small scale system. If you are using SkyWalking in a low throughputs monitoring scenario, and don't want to deploy cluster, at least, switch the storage implementation from H2 to Elasticsearch.