You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/30 13:20:08 UTC

[skywalking] branch master updated: Remove duplicated persistentPeriod from configuration-vocabulary.md (#10623)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e55553795 Remove duplicated persistentPeriod from configuration-vocabulary.md (#10623)
2e55553795 is described below

commit 2e55553795f1b6a3dd5ebfd7c6362ca626aae9b1
Author: Marc Navarro <mo...@gmail.com>
AuthorDate: Thu Mar 30 15:19:55 2023 +0200

    Remove duplicated persistentPeriod from configuration-vocabulary.md (#10623)
---
 docs/en/setup/backend/configuration-vocabulary.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/en/setup/backend/configuration-vocabulary.md b/docs/en/setup/backend/configuration-vocabulary.md
index be3a1cf0fb..d5c3bc4b00 100644
--- a/docs/en/setup/backend/configuration-vocabulary.md
+++ b/docs/en/setup/backend/configuration-vocabulary.md
@@ -19,7 +19,6 @@ The Configuration Vocabulary lists all available configurations provided by `app
 | -                       | -             | gRPCSslCertChainPath                                                                                                                                                     | File path of gRPC SSL cert chain.                                                                                                                                                                                                                                                     [...]
 | -                       | -             | gRPCSslTrustedCAPath                                                                                                                                                     | File path of gRPC trusted CA.                                                                                                                                                                                                                                                         [...]
 | -                       | -             | downsampling                                                                                                                                                             | Activated level of down sampling aggregation.                                                                                                                                                                                                                                         [...]
-| -                       | -             | persistentPeriod                                                                                                                                                         | Execution period of the persistent timer (in seconds).                                                                                                                                                                                                                                [...]
 | -                       | -             | enableDataKeeperExecutor                                                                                                                                                 | Controller of TTL scheduler. Once disabled, TTL wouldn't work.                                                                                                                                                                                                                        [...]
 | -                       | -             | dataKeeperExecutePeriod                                                                                                                                                  | Execution period of TTL scheduler (in minutes). Execution doesn't mean deleting data. The storage provider (e.g. ElasticSearch storage) could override this.                                                                                                                          [...]
 | -                       | -             | recordDataTTL                                                                                                                                                            | The lifecycle of record data (in days). Record data includes traces, top N sample records, and logs. Minimum value is 2.                                                                                                                                                              [...]