mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
orchestrator/clickhouse: set TTL for more log tables
This commit is contained in:
@@ -93,10 +93,14 @@ func (c *Component) registerHTTPHandlers() error {
|
||||
SystemLogTTL: int(c.config.SystemLogTTL.Seconds()),
|
||||
SystemLogTables: []string{
|
||||
"asynchronous_metric_log",
|
||||
"error_log",
|
||||
"metric_log",
|
||||
"part_log",
|
||||
"processors_profile_log",
|
||||
"query_log",
|
||||
"query_thread_log",
|
||||
"query_views_log",
|
||||
"session_log",
|
||||
"text_log",
|
||||
"trace_log",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user