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