Update metrics documentation 26/76126/2
authorFilip Krzywka <filip.krzywka@nokia.com>
Tue, 22 Jan 2019 13:37:33 +0000 (14:37 +0100)
committerFilip Krzywka <filip.krzywka@nokia.com>
Wed, 23 Jan 2019 06:12:42 +0000 (07:12 +0100)
This change follows up after related change in DCAEGEN2-1095 in which
new metrics were exposed.

Change-Id: I331737d59d6f3faf0cfb2ebadfb82d5e6494ea47
Issue-ID: DCAEGEN2-1095
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
docs/sections/services/ves-hv/healthcheck-and-monitoring.rst

index 8437180..1833377 100644 (file)
@@ -42,16 +42,20 @@ Metrics provided by HV-VES metrics:
 +-----------------------------------------------+--------------+------------------------------------------------------------------------------------------+
 | hvves_messages_dropped_total                  |     piece    | total number of dropped messages                                                         |
 +-----------------------------------------------+--------------+-----------------------------------+------------------------------------------------------+
-| hvves_messages_latency_seconds_count          |     piece    | latency is a time between         |  counter for number of latency occurance             |
+| hvves_messages_latency_seconds_bucket         |     seconds  | latency is a time between         |  cumulative counters for the latency occurance       |
 +-----------------------------------------------+--------------+ message.header.lastEpochMicrosec  +------------------------------------------------------+
-| hvves_messages_latency_seconds_max            |    seconds   | and time when data has been sent  |  maximal observed latency                            |
+| hvves_messages_latency_seconds_count          |     piece    | and time when data has been sent  |  counter for number of latency occurance             |
 +-----------------------------------------------+--------------+ from HV-VES to Kafka              +------------------------------------------------------+
+| hvves_messages_latency_seconds_max            |    seconds   |                                   |  maximal observed latency                            |
++-----------------------------------------------+--------------+                                   +------------------------------------------------------+
 | hvves_messages_latency_seconds_sum            |    seconds   |                                   |  sum of latency parameter from each message          |
 +-----------------------------------------------+--------------+-----------------------------------+------------------------------------------------------+
-| hvves_messages_processing_time_seconds_count  |     piece    | processing time is time meassured |  counter for number of processing time occurance     |
+| hvves_messages_processing_time_seconds_bucket |    seconds   | processing time is time meassured |  cumulative counters for processing time occurance   |
 +-----------------------------------------------+--------------+ between decoding of WTP message   +------------------------------------------------------+
-| hvves_messages_processing_time_seconds_max    |    seconds   | and time when data has been sent  |  maximal processing time                             |
+| hvves_messages_processing_time_seconds_count  |     piece    | and time when data has been sent  |  counter for number of processing time occurance     |
 +-----------------------------------------------+--------------+ From HV-VES to Kafka              +------------------------------------------------------+
+| hvves_messages_processing_time_seconds_max    |    seconds   |                                   |  maximal processing time                             |
++-----------------------------------------------+--------------+                                   +------------------------------------------------------+
 | hvves_messages_processing_time_seconds_sum    |    seconds   |                                   |  sum of processing time from each message            |
 +-----------------------------------------------+--------------+-----------------------------------+------------------------------------------------------+
 | hvves_messages_received_payload_bytes_total   |     bytes    | total number of received payload bytes                                                   |