From 8dbaf23bd338122e4a1fb8ff95a46be4f36ea71a Mon Sep 17 00:00:00 2001 From: Ilya Gavrilov Date: Mon, 28 Apr 2025 12:00:51 +0200 Subject: [PATCH] Add kubeshark_dropped_chunks_total metric description --- helm-chart/metrics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/metrics.md b/helm-chart/metrics.md index 3bc50a9bd..f64ca2c22 100644 --- a/helm-chart/metrics.md +++ b/helm-chart/metrics.md @@ -41,6 +41,7 @@ prometheus: | --- | --- | --- | | kubeshark_received_packets_total | Counter | Total number of packets received | | kubeshark_dropped_packets_total | Counter | Total number of packets dropped | +| kubeshark_dropped_chunks_total | Counter | Total number of dropped packet chunks | | kubeshark_processed_bytes_total | Counter | Total number of bytes processed | | kubeshark_tcp_packets_total | Counter | Total number of TCP packets | | kubeshark_dns_packets_total | Counter | Total number of DNS packets |