summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/ssv/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 11:45:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-07 11:45:55 +0000
commita8220ab2d293bb7f4b014b79d16b2fb05090fa93 (patch)
tree77f0a30f016c0925cf7ee9292e644bba183c2774 /web/api/formatters/ssv/README.md
parentAdding upstream version 1.19.0. (diff)
downloadnetdata-a8220ab2d293bb7f4b014b79d16b2fb05090fa93.tar.xz
netdata-a8220ab2d293bb7f4b014b79d16b2fb05090fa93.zip
Adding upstream version 1.29.0.upstream/1.29.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |
| :----:|:-------:|:----------|