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_function_sum_with_args.txt
Size: Mime:
---input---
sum by (app, proc) (instance_memory_usage_bytes)

---tokens---
'sum'         Keyword
' '           Text.Whitespace
'by'          Keyword
' '           Text.Whitespace
'('           Operator
'app'         Name.Variable
','           Punctuation
' '           Text.Whitespace
'proc'        Name.Variable
')'           Operator
' '           Text.Whitespace
'('           Operator
'instance_memory_usage_bytes' Name.Variable
')'           Operator
'\n'          Text.Whitespace