Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / promql / test_metric_multiple_labels.txt
Size: Mime:
---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