tartrazine/spec/tests/promql/test_metric_multiple_labels.txt

20 lines
504 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
go_gc_duration_seconds{instance="localhost:9090",job="alertmanager"}
---tokens---
'go_gc_duration_seconds' Name.Variable
'{' Punctuation
'instance' Name.Label
'=' Operator
'"' Punctuation
'localhost:9090' Literal.String
'"' Punctuation
',' Punctuation
'job' Name.Label
'=' Operator
'"' Punctuation
'alertmanager' Literal.String
'"' Punctuation
'}' Punctuation
'\n' Text.Whitespace