rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/prometheus
2019-10-21 10:18:17 +02:00

10 lines
254 B
Plaintext

"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)