This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/promql/example.promql.output
Oleh Prypin 6f43092173
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
2021-01-20 10:48:45 +01:00

57 lines
1.5 KiB
Text
Generated

'# A metric with label filtering' Comment.Single
'\n' Text.Whitespace
'go_gc_duration_seconds' Name.Variable
'{' Punctuation
'instance' Name.Label
'=' Operator
'"' Punctuation
'localhost:9090' Literal.String
'"' Punctuation
',' Punctuation
' ' Text.Whitespace
'job' Name.Label
'=' Operator
'"' Punctuation
'alertmanager' Literal.String
'"' Punctuation
'}' Punctuation
'\n' Text.Whitespace
'\n' Text.Whitespace
'# Aggregation operators' Comment.Single
'\n' Text.Whitespace
'sum' Keyword
' ' Text.Whitespace
'by' Keyword
' ' Text.Whitespace
'(' Operator
'app' Name.Variable
',' Punctuation
' ' Text.Whitespace
'proc' Name.Variable
')' Operator
' ' Text.Whitespace
'(' Operator
'\n' Text.Whitespace
' ' Text.Whitespace
'instance_memory_limit_bytes' Name.Variable
' ' Text.Whitespace
'-' Operator
' ' Text.Whitespace
'instance_memory_usage_bytes' Name.Variable
'\n' Text.Whitespace
')' Operator
' ' Text.Whitespace
'/' Operator
' ' Text.Whitespace
'1024' Literal.Number.Integer
' ' Text.Whitespace
'/' Operator
' ' Text.Whitespace
'1024' Literal.Number.Integer
'\n' Text.Whitespace