mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 16:15:55 +08:00
feat: add new livetail to timeout exclude (#3308)
This commit is contained in:
parent
6363c71442
commit
557ebcec79
@ -172,6 +172,7 @@ const (
|
||||
|
||||
var TimeoutExcludedRoutes = map[string]bool{
|
||||
"/api/v1/logs/tail": true,
|
||||
"/api/v3/logs/livetail": true,
|
||||
}
|
||||
|
||||
// alert related constants
|
||||
|
Loading…
x
Reference in New Issue
Block a user