summaryrefslogtreecommitdiffstats
path: root/web/api/queries/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/queries/README.md')
-rw-r--r--web/api/queries/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/api/queries/README.md b/web/api/queries/README.md
index 458179c71..31ec49655 100644
--- a/web/api/queries/README.md
+++ b/web/api/queries/README.md
@@ -1,3 +1,8 @@
+<!--
+title: "Database Queries"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/README.md
+-->
+
# Database Queries
Netdata database can be queried with `/api/v1/data` and `/api/v1/badge.svg` REST API methods.
@@ -83,7 +88,7 @@ To disable alignment, pass `&options=unaligned` to the query.
To execute the query, the engine evaluates all dimensions of the chart, one after another.
-The engine does not evaluate dimensions that do not match the [simple pattern](../../../libnetdata/simple_pattern)
+The engine does not evaluate dimensions that do not match the [simple pattern](/libnetdata/simple_pattern/README.md)
given at the `dimensions` parameter, except when `options=percentage` is given (this option
requires all the dimensions to be evaluated to find the percentage of each dimension vs to chart
total).