summaryrefslogtreecommitdiffstats
path: root/tests/snippets/promql/test_metric_one_label.txt
blob: 8baeafb837c4c0f8d44540bc41774c244f5ad76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---input---
go_gc_duration_seconds{instance="localhost:9090"}

---tokens---
'go_gc_duration_seconds' Name.Variable
'{'           Punctuation
'instance'    Name.Label
'='           Operator
'"'           Punctuation
'localhost:9090' Literal.String
'"'           Punctuation
'}'           Punctuation
'\n'          Text.Whitespace