From 04a0894f1a05c12ef09afccd608c1b2a793a39fa Mon Sep 17 00:00:00 2001 From: v-zhuravlev Date: Wed, 22 Jul 2026 06:35:32 +0000 Subject: [PATCH] chore(mixin): update NodeNetworkTransmitErrs/NodeNetworkReceiveErrs descriptions Signed-off-by: v-zhuravlev --- docs/node-mixin/alerts/alerts.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet index 29c934f57b..b905997592 100644 --- a/docs/node-mixin/alerts/alerts.libsonnet +++ b/docs/node-mixin/alerts/alerts.libsonnet @@ -167,7 +167,7 @@ }, annotations: { summary: 'Network interface is reporting many receive errors.', - description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} receive errors in the last two minutes.', + description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.2f" $value }} receive errors in the last two minutes.', }, }, { @@ -181,7 +181,7 @@ }, annotations: { summary: 'Network interface is reporting many transmit errors.', - description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} transmit errors in the last two minutes.', + description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.2f" $value }} transmit errors in the last two minutes.', }, }, {