This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 8743dc9d5a01571a9da414a5606f32fe9b588a50 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Wed Sep 22 08:10:30 2021 +0800 Update ttl.md --- docs/en/setup/backend/ttl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/backend/ttl.md b/docs/en/setup/backend/ttl.md index 779e4e8..67fb5a7 100644 --- a/docs/en/setup/backend/ttl.md +++ b/docs/en/setup/backend/ttl.md @@ -10,5 +10,5 @@ These are the settings for the different types: metricsDataTTL: ${SW_CORE_METRICS_DATA_TTL:7} # Unit is day ``` -- `recordDataTTL` applies to **record** data, including tracing and alarm. +- `recordDataTTL` applies to **record** data, including tracing, logging, topN sampled statements and alarm. - `metricsDataTTL` applies to all metrics, including the metrics for service, instance, endpoint, and topology map.
