orchestrator/clickhouse: also sets TTL for system.text_log table

This commit is contained in:
Vincent Bernat
2024-12-26 15:28:37 +01:00
parent 64d38a4a84
commit 3d6d3461d9
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ identified with a specific icon:
- 🔒 *docker*: do not expose the /debug endpoint on the public entrypoint
- 🩹 *console*: fix synchronization of saved filters from configuration file
- 🌱 *orchestrator*: also sets TTL for ClickHouse `system.text_log` table
## 1.11.2 - 2024-11-01

View File

@@ -97,6 +97,7 @@ func (c *Component) registerHTTPHandlers() error {
"part_log",
"query_log",
"query_thread_log",
"text_log",
"trace_log",
},
PrometheusEndpoint: c.config.PrometheusEndpoint,