summaryrefslogtreecommitdiff
path: root/tests/snippets/promql/test_function_sum_with_args.txt
blob: 3d677e14f58957801ab8575628f2b80287867705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---input---
sum by (app, proc) (instance_memory_usage_bytes)

---tokens---
'sum'         Keyword
' '           Text.Whitespace
'by'          Keyword
' '           Text.Whitespace
'('           Operator
'app'         Name.Variable
','           Punctuation
' '           Text.Whitespace
'proc'        Name.Variable
')'           Operator
' '           Text.Whitespace
'('           Operator
'instance_memory_usage_bytes' Name.Variable
')'           Operator
'\n'          Text.Whitespace