mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 15:48:59 +08:00
feat: add time support in formula (#2961)
This commit is contained in:
parent
193b04ff0f
commit
b7c50cc76d
@ -32,6 +32,8 @@ var SupportedFunctions = []string{
|
||||
"atan",
|
||||
"degrees",
|
||||
"radians",
|
||||
"now",
|
||||
"toUnixTimestamp",
|
||||
}
|
||||
|
||||
var EvalFuncs = map[string]govaluate.ExpressionFunction{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user