From caf1a5281f9e974ba73ceded3a782db3d0142c5f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 26 Apr 2019 18:22:55 +0200 Subject: Merging upstream version 1.14.0. Signed-off-by: Daniel Baumann --- backends/prometheus/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/prometheus/README.md') diff --git a/backends/prometheus/README.md b/backends/prometheus/README.md index 4a6cbfee2..6b070dea8 100644 --- a/backends/prometheus/README.md +++ b/backends/prometheus/README.md @@ -250,7 +250,7 @@ If you search that page for `"system.cpu"` you will find all the metrics netdata Searching for `"system.cpu"` reveals: ```sh -# COMMENT homogeneus chart "system.cpu", context "system.cpu", family "cpu", units "percentage" +# COMMENT homogeneous chart "system.cpu", context "system.cpu", family "cpu", units "percentage" # COMMENT netdata_system_cpu_percentage_average: dimension "guest_nice", value is percentage, gauge, dt 1500066653 to 1500066662 inclusive netdata_system_cpu_percentage_average{chart="system.cpu",family="cpu",dimension="guest_nice"} 0.0000000 1500066662000 # COMMENT netdata_system_cpu_percentage_average: dimension "guest", value is percentage, gauge, dt 1500066653 to 1500066662 inclusive @@ -279,7 +279,7 @@ In `average` or `sum` data sources, all values are normalized and are reported t If the data source was `as collected`, the response would be: ```sh -# COMMENT homogeneus chart "system.cpu", context "system.cpu", family "cpu", units "percentage" +# COMMENT homogeneous chart "system.cpu", context "system.cpu", family "cpu", units "percentage" # COMMENT netdata_system_cpu_total: chart "system.cpu", context "system.cpu", family "cpu", dimension "guest_nice", value * 1 / 1 delta gives percentage (counter) netdata_system_cpu_total{chart="system.cpu",family="cpu",dimension="guest_nice"} 0 1500066716438 # COMMENT netdata_system_cpu_total: chart "system.cpu", context "system.cpu", family "cpu", dimension "guest", value * 1 / 1 delta gives percentage (counter) -- cgit v1.2.3