From f426f4e86f6b66db212535d44d78d1682a3ed5a4 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Tue, 22 Jan 2019 14:37:33 +0100 Subject: Update metrics documentation 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 --- docs/sections/services/ves-hv/healthcheck-and-monitoring.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/sections/services/ves-hv/healthcheck-and-monitoring.rst b/docs/sections/services/ves-hv/healthcheck-and-monitoring.rst index 8437180d..18333778 100644 --- a/docs/sections/services/ves-hv/healthcheck-and-monitoring.rst +++ b/docs/sections/services/ves-hv/healthcheck-and-monitoring.rst @@ -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 | -- cgit 1.2.3-korg