Unconditionally sample HTTP requests for tracing that take too long.

This commit is contained in:
miyuko
2025-10-15 18:26:33 +01:00
parent 87262e82f0
commit 8bb6d0ff28
5 changed files with 64 additions and 22 deletions
+3
View File
@@ -43,3 +43,6 @@ git-large-object-threshold = "1M"
max-symlink-depth = 16
update-timeout = "60s"
max-heap-size-ratio = 0.5 # * RAM_size
[observability]
slow-response-threshold = "500ms"