@@ -24,6 +24,18 @@ and the transformation to generate the exported metric.
2424|||
2525
2626
27+ ### bandwidth per src dest subnet
28+ | ** Description** | This metric observes the network bandwidth per source and destination subnets |
29+ | :---| :---|
30+ | ** Details** | Sum bandwidth bytes for all traffic per source / destination subnet pair |
31+ | ** Usage** | Evaluate network usage breakdown per source / destination subnet pair |
32+ | ** Labels** | bandwidth, graph, rate, subnet |
33+ | ** Operation** | aggregate by ` dstSubnet24, srcSubnet24 ` and ` sum ` field ` bytes ` |
34+ | ** Exposed as** | ` fl2m_bandwidth_per_source_destination_subnet ` of type ` gauge ` |
35+ | ** Visualized as** | "Bandwidth per src and destination subnet" on dashboard ` details ` |
36+ |||
37+
38+
2739### bandwidth per src subnet
2840| ** Description** | This metric observes the network bandwidth per source subnet |
2941| :---| :---|
@@ -96,6 +108,18 @@ and the transformation to generate the exported metric.
96108|||
97109
98110
111+ ### count per src dest subnet
112+ | ** Description** | This metric counts the number of distinct source / destination subnet pairs |
113+ | :---| :---|
114+ | ** Details** | Count the number of distinct source / destination subnet pairs |
115+ | ** Usage** | Evaluate network usage breakdown per source / destination subnet pair |
116+ | ** Labels** | count, graph, rate, subnet |
117+ | ** Operation** | aggregate by ` dstSubnet24, srcSubnet24 ` and ` count ` |
118+ | ** Exposed as** | ` fl2m_count_per_source_destination_subnet ` of type ` gauge ` |
119+ | ** Visualized as** | "Connections rate of src / destination subnet occurences" on dashboard ` details ` |
120+ |||
121+
122+
99123### egress bandwidth per dest subnet
100124| ** Description** | This metric observes the network bandwidth per destination subnet |
101125| :---| :---|
0 commit comments