mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
orchestrator/clickhouse: also sets TTL for system.text_log table
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -97,6 +97,7 @@ func (c *Component) registerHTTPHandlers() error {
|
||||
"part_log",
|
||||
"query_log",
|
||||
"query_thread_log",
|
||||
"text_log",
|
||||
"trace_log",
|
||||
},
|
||||
PrometheusEndpoint: c.config.PrometheusEndpoint,
|
||||
|
||||
Reference in New Issue
Block a user