tartrazine/tests/promql/test_function_delta.txt

20 lines
469 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
delta(cpu_temp_celsius{host="zeus"}[2h])
---tokens---
'delta' Keyword.Reserved
'(' Operator
'cpu_temp_celsius' Name.Variable
'{' Punctuation
'host' Name.Label
'=' Operator
'"' Punctuation
'zeus' Literal.String
'"' Punctuation
'}' Punctuation
'[' Punctuation
'2h' Literal.String
']' Punctuation
')' Operator
'\n' Text.Whitespace