mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
---input---
|
||||
go_gc_duration_seconds{ instance="localhost:9090", job="alertmanager" }
|
||||
|
||||
---tokens---
|
||||
'go_gc_duration_seconds' Name.Variable
|
||||
'{' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'instance' Name.Label
|
||||
'=' Operator
|
||||
'"' Punctuation
|
||||
'localhost:9090' Literal.String
|
||||
'"' Punctuation
|
||||
',' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'job' Name.Label
|
||||
'=' Operator
|
||||
'"' Punctuation
|
||||
'alertmanager' Literal.String
|
||||
'"' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'}' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user