feat: add new livetail to timeout exclude (#3308)

This commit is contained in:
Nityananda Gohain 2023-08-11 06:08:52 +05:30 committed by GitHub
parent 6363c71442
commit 557ebcec79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,8 @@ const (
)
var TimeoutExcludedRoutes = map[string]bool{
"/api/v1/logs/tail": true,
"/api/v1/logs/tail": true,
"/api/v3/logs/livetail": true,
}
// alert related constants