diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:36:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:37:11 +0000 |
commit | 910c794ec6d0a364b4aabccf22b715cb45780e83 (patch) | |
tree | 561a9ef6b6a4668102674e1a52b3e7563c57ac61 /src/web/api/queries/median | |
parent | Releasing debian version 1.47.5-1. (diff) | |
download | netdata-debian.tar.xz netdata-debian.zip |
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/web/api/queries/median')
-rw-r--r-- | src/web/api/queries/median/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/web/api/queries/median/README.md b/src/web/api/queries/median/README.md index e6f6c04e..42a9afb1 100644 --- a/src/web/api/queries/median/README.md +++ b/src/web/api/queries/median/README.md @@ -1,13 +1,3 @@ -<!-- -title: "Median" -sidebar_label: "Median" -description: "Use median in API queries and health entities to find the 'middle' value from a sample, eliminating any unwanted spikes in the returned metrics." -custom_edit_url: https://github.com/netdata/netdata/edit/master/src/web/api/queries/median/README.md -learn_status: "Published" -learn_topic_type: "References" -learn_rel_path: "Developers/Web/Api/Queries" ---> - # Median The median is the value separating the higher half from the lower half of a data sample |