Unverified Commit 00fcb236 authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub

Merge pull request #1155 from simonpasquier/fix-small-typo

Fix typo in the Data Model section
parents f2d83425 1cccdab8
...@@ -21,7 +21,7 @@ The _metric name_ specifies the general feature of a system that is measured ...@@ -21,7 +21,7 @@ The _metric name_ specifies the general feature of a system that is measured
may contain ASCII letters and digits, as well as underscores and colons. It may contain ASCII letters and digits, as well as underscores and colons. It
must match the regex `[a-zA-Z_:][a-zA-Z0-9_:]*`. must match the regex `[a-zA-Z_:][a-zA-Z0-9_:]*`.
Note: The colons are reserved user defined recording rules. They should not Note: The colons are reserved for user defined recording rules. They should not
be used by exporters or direct instrumentation. be used by exporters or direct instrumentation.
Labels enable Prometheus's dimensional data model: any given combination of Labels enable Prometheus's dimensional data model: any given combination of
......
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