Skip to content

Commit 17003eb

Browse files
authored
Rename BanyanDB native TTL doc to Progressive TTL (#12829)
1 parent 6252cd4 commit 17003eb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/en/banyandb/ttl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Native TTL
1+
# Progressive TTL
22

3-
BanyanDB employs a Time-To-Live (TTL) mechanism to automatically delete data older than the specified duration. When using BanyanDB as the storage backend, the `recordDataTTL` and `metricsDataTTL` configurations are deprecated. Instead, TTL settings should be configured directly within `storage.banyandb`.
3+
Progressive TTL provides a capability to manage data retention with different TTL settings and Segment Creation Policies based on the time granularity of metrics.
4+
5+
BanyanDB employs a Time-To-Live (TTL) mechanism to automatically delete data older than the specified duration. When using BanyanDB as the storage backend, **the `recordDataTTL` and `metricsDataTTL` configurations are deprecated**. Instead, TTL settings should be configured directly within `storage.banyandb`.
46

57
For detailed information, please refer to the [Storage BanyanDB](../setup/backend/storages/banyandb.md) documentation.
68

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* Bump up netty to 4.1.115, grpc to 1.68.1, boringssl to 2.0.69.
3131
* BanyanDB: Support update the Group settings when OAP starting.
3232
* BanyanDB: Introduce index mode and refactor banyandb group settings.
33+
* BanyanDB: Introduce the new Progressive TTL feature.
3334
* BanyanDB: Support update the Schema when OAP starting.
3435
* BanyanDB: Speed up OAP booting while initializing BanyanDB.
3536
* BanyanDB: Support `@EnableSort` on the column to enable sorting for `IndexRule` and set the default to false.

docs/en/setup/backend/backend-kafka-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Kafka entity as a `Service` in OAP and on the `Layer: KAFKA`.
1313

1414
## Setup
1515

16-
1. Setup [prometheus_JMX_Exporter](https://github.com/prometheus/jmx_exporter). This is an example for JMX Exporter configuration [kafka-2_0_0.yml](https://github.com/prometheus/jmx_exporter/blob/main/example_configs/kafka-2_0_0.yml).
16+
1. Setup [prometheus_JMX_Exporter](https://github.com/prometheus/jmx_exporter). This is an example for JMX Exporter configuration [kafka-2_0_0.yml](https://raw.githubusercontent.com/prometheus/jmx_exporter/91622ad478015364444e5d63475d1673c09e6268/examples/kafka-2_0_0.yml).
1717
2. Set up [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/getting-started/#kubernetes). The example
1818
for OpenTelemetry Collector configuration, refer
1919
to [here](../../../../test/e2e-v2/cases/kafka/kafka-monitoring/otel-collector-config.yaml).

docs/menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ catalog:
200200
path: "/en/setup/backend/backend-health-check"
201201
- name: "BanyanDB Exclusive Setup"
202202
catalog:
203-
- name: "Native TTL"
203+
- name: "Progressive TTL"
204204
path: "/en/banyandb/ttl"
205205
- name: "Tracing"
206206
catalog:

0 commit comments

Comments
 (0)