mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 10:45:57 +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{
|
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