mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
20 lines
469 B
Plaintext
20 lines
469 B
Plaintext
|
---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
|