From e3d71c947a9fa45d63c9c4a96e2331694be08c49 Mon Sep 17 00:00:00 2001 From: Pedro <pedro@advantagemedia.mobi> Date: Wed, 1 Nov 2017 13:29:50 +0100 Subject: [PATCH] Clarify readme metrics relation --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7705272..9613c6f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ docker run -d -p 9117:9117 apache_exporter \ ## Collectors -The exporter collects a number of statistics from the server: +Apache metrics: ``` # HELP apache_accesses_total Current total apache accesses (*) @@ -64,7 +64,7 @@ The exporter collects a number of statistics from the server: # TYPE apache_workers gauge ``` -Request metrics: +Exporter process metrics: ``` # HELP http_request_duration_microseconds The HTTP request latencies in microseconds. @@ -73,11 +73,6 @@ Request metrics: # TYPE http_request_size_bytes summary # HELP http_response_size_bytes The HTTP response sizes in bytes. # TYPE http_response_size_bytes summary -``` - -Process metrics: - -``` # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter # HELP process_max_fds Maximum number of open file descriptors. -- GitLab