summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-01-22 14:37:33 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2019-01-23 07:12:42 +0100
commitf426f4e86f6b66db212535d44d78d1682a3ed5a4 (patch)
tree370494bb379ef657ca487d7689217c5806071b8e
parentc38fcb02a120416eea225501fe4510ba2c5d27f1 (diff)
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 <filip.krzywka@nokia.com>
-rw-r--r--docs/sections/services/ves-hv/healthcheck-and-monitoring.rst12
1 files 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 |