summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/ssv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/formatters/ssv/README.md')
-rw-r--r--web/api/formatters/ssv/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/web/api/formatters/ssv/README.md b/web/api/formatters/ssv/README.md
index ec85fe469..d439949a5 100644
--- a/web/api/formatters/ssv/README.md
+++ b/web/api/formatters/ssv/README.md
@@ -1,6 +1,11 @@
+<!--
+title: "SSV formatter"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/formatters/ssv/README.md
+-->
+
# SSV formatter
-The SSV formatter sums all dimensions in [results of database queries](../../queries)
+The SSV formatter sums all dimensions in [results of database queries](/web/api/queries/README.md)
to a single value and returns a list of such values showing how it changes through time.
It supports the following formats:
@@ -11,7 +16,7 @@ It supports the following formats:
| `ssvcomma` | text/plain | a comma separated list of values |
| `array` | application/json | a JSON array |
-The CSV formatter respects the following API `&options=`:
+The SSV formatter respects the following API `&options=`:
| option | supported | description |
| :----:|:-------:|:----------|