mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 21:15:53 +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",
|
"atan",
|
||||||
"degrees",
|
"degrees",
|
||||||
"radians",
|
"radians",
|
||||||
|
"now",
|
||||||
|
"toUnixTimestamp",
|
||||||
}
|
}
|
||||||
|
|
||||||
var EvalFuncs = map[string]govaluate.ExpressionFunction{}
|
var EvalFuncs = map[string]govaluate.ExpressionFunction{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user