Skip to content

Commit 52df30e

Browse files
author
Lukonde Mwila
committed
Squashed commit of the following:
commit d2ab8d622ac281fa0a1f25f829b80d88d7ef8e5e Merge: 29de63a41 be365bb Author: Lukonde Mwila <lukondef@amazon.com> Date: Fri Nov 21 08:39:49 2025 -0800 Merge remote-tracking branch 'origin/mainline' into metrics-table-update-eks-net-o11y commit 29de63a41aa583ef8839d8ee7e48b25499038ad5 Author: Lukonde Mwila <lukondef@amazon.com> Date: Fri Nov 21 08:38:12 2025 -0800 Updated metrics table with additional dimensions and descriptions
1 parent be365bb commit 52df30e

File tree

1 file changed

+31
-26
lines changed

1 file changed

+31
-26
lines changed

latest/ug/observability/container-network-observability.adoc

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -200,55 +200,60 @@ Important note: system metrics are exported in https://openmetrics.io/[OpenMetri
200200
|Dimensions
201201
|Description
202202

203-
|ingress_flow_count
203+
|ingress_flow
204204
|Gauge
205-
|podName, podNamespace, nodeName
206-
|Numbers of flows to a pod
205+
|instance_id, iface, pod, namespace, node
206+
|Ingress TCP flow count (TcpPassiveOpens)
207207

208-
|egress_flow_count
208+
|egress_flow
209209
|Gauge
210-
|podName, podNamespace, nodeName
211-
|Number of flows from a pod to anywhere
210+
|instance_id, iface, pod, namespace, node
211+
|Egress TCP flow count (TcpActiveOpens)
212212

213-
|ingress_pkt_count
213+
|ingress_packets
214214
|Gauge
215-
|podName, podNamespace, nodeName
216-
|Number of TCP packets received by a pod
215+
|instance_id, iface, pod, namespace, node
216+
|Ingress packet count (delta)
217217

218-
|egress_pkt_count
218+
|egress_packets
219219
|Gauge
220-
|podName, podNamespace, nodeName
221-
|Number of TCP packets sent out by a pod
220+
|instance_id, iface, pod, namespace, node
221+
|Egress packet count (delta)
222222

223-
|ingress_bytes_count
223+
|ingress_bytes
224224
|Gauge
225-
|podName, podNamespace, nodeName
226-
|Number of bytes received by a pod
225+
|instance_id, iface, pod, namespace, node
226+
|Ingress bytes count (delta)
227227

228-
|egress_bytes_count
228+
|egress_bytes
229229
|Gauge
230-
|podName, podNamespace, nodeName
231-
|Number of bytes sent out by a pod
230+
|instance_id, iface, pod, namespace, node
231+
|Egress bytes count (delta)
232232

233233
|bw_in_allowance_exceeded
234234
|Gauge
235-
|eniID, nodeName
236-
|Number of packets queued or dropped because the inbound aggregate bandwidth exceeded the maximum for the instance
235+
|instance_id, eni, node
236+
|Packets queued/dropped due to inbound bandwidth limit
237237

238238
|bw_out_allowance_exceeded
239239
|Gauge
240-
|eniID, nodeName
241-
|Number of packets queued or dropped because the outbound aggregate bandwidth exceeded the maximum for the instance
240+
|instance_id, eni, node
241+
|Packets queued/dropped due to outbound bandwidth limit
242242

243243
|pps_allowance_exceeded
244244
|Gauge
245-
|eniID, nodeName
246-
|Packets per second limit breached at a pod
245+
|instance_id, eni, node
246+
|Packets queued/dropped due to bidirectional PPS limit
247247

248248
|conntrack_allowance_exceeded
249249
|Gauge
250-
|eniID, nodeName
251-
|Connection Track limit breached. An event will be generated if 90 to 95% conntrack table limit is reached and logged on the node.
250+
|instance_id, eni, node
251+
|Packets dropped due to connection tracking limit
252+
253+
|linklocal_allowance_exceeded
254+
|Gauge
255+
|instance_id, eni, node
256+
|Packets dropped due to local proxy service PPS limit
252257

253258
|====
254259

0 commit comments

Comments
 (0)