Commit 2194af26 authored by Julius Volz's avatar Julius Volz

Fix label name in query language example.

parent 3f71bf5a
...@@ -32,7 +32,7 @@ Note that this does a substring match, not a full string match: ...@@ -32,7 +32,7 @@ Note that this does a substring match, not a full string match:
To select all HTTP status codes except 4xx ones, you could run: To select all HTTP status codes except 4xx ones, you could run:
http_requests_total{job!~"^4..$"} http_requests_total{status!~"^4..$"}
## Using Functions, Operators, etc. ## Using Functions, Operators, etc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment