···3333# Type: Integer
3434expiration_time = 300
35353636+[metrics]
3737+# ClickHouse connection string
3838+dsn = "clickhouse://default:clickhouse@localhost:9000/default"
3939+4040+# Number of metricsto buffer before sending to ClickHouse
4141+batch_size = 1000
4242+4343+# How often to flush metrics to ClickHouse
4444+flush_interval = "10s"
4545+4646+# How long to retain metrics data
4747+# This uses time.ParseDuration semantics
4848+retention_period = "720h"
4949+5050+[cache]
5151+# The maximum number of items to store in the cache.
5252+max_items = 5000
5353+5454+# How often the cache will evict items.
5555+cleanup_interval = "5m"
5656+3657[advanced]
3758# Timeout (in milliseconds) for outgoing queries before being cancelled.
3859query_timeout = 100