chore: modify default slow_query.threshold from 5s to 30s (#6107)

chore: modify slow_query.threshold from 5s to 30s
This commit is contained in:
zyy17
2025-05-16 04:16:13 +08:00
committed by GitHub
parent 73b4b710cd
commit 01076069a3
4 changed files with 7 additions and 11 deletions

View File

@@ -1151,7 +1151,7 @@ write_interval = "30s"
[slow_query]
enable = true
record_type = "system_table"
threshold = "5s"
threshold = "30s"
sample_ratio = 1.0
ttl = "30d"
"#,