rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/prometheus

10 lines
254 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
"this is a string"
'these are unescaped: \n \\ \t'
`these are not unescaped: \n ' " \t`
http_requests_total{environment=~"staging|testing|development", method!="GET"}
http_requests_total offset 5m
sum(http_requests_total{method="GET"}[10m] offset 5m)