Commit cdca3305 authored by Julius Volz's avatar Julius Volz

Merge pull request #73 from sethwklein/typo-again-regular

Fix typo.
parents 8ddb1680 1de5b180
......@@ -71,7 +71,7 @@ metric name that also have the `job` label set to `prometheus` and their
http_requests_total{job="prometheus",group="canary"}
It is also possible to negatively match a label value, or to match label values
again regular expressions. The following label matching operators exist:
against regular expressions. The following label matching operators exist:
* `=`: Select labels that are exactly equal to the provided string.
* `!=`: Select labels that are not equal to the provided string.
......
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