mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 16:21:59 +08:00
15 lines
262 B
Go
15 lines
262 B
Go
package variables
|
|
|
|
var ReservedTimeVars = []string{
|
|
"start_timestamp",
|
|
"end_timestamp",
|
|
"start_timestamp_ms",
|
|
"end_timestamp_ms",
|
|
"SIGNOZ_START_TIME",
|
|
"SIGNOZ_END_TIME",
|
|
"start_timestamp_nano",
|
|
"end_timestamp_nano",
|
|
"start_datetime",
|
|
"end_datetime",
|
|
}
|