@@ -19,7 +19,7 @@ and the transformation to generate the exported metric.
1919| ** Usage** | Evaluate network usage breakdown per network service |
2020| ** Labels** | bandwidth, graph, rate, network-service |
2121| ** Operation** | aggregate by ` service ` and ` sum ` field ` bytes ` |
22- | ** Exposed as** | ` fl2m_bandwidth_per_network_service ` of type ` gauge ` |
22+ | ** Exposed as** | ` fl2m_bandwidth_per_network_service ` of type ` counter ` |
2323| ** Visualized as** | "Bandwidth per network service" on dashboard ` details ` |
2424|||
2525
@@ -31,7 +31,7 @@ and the transformation to generate the exported metric.
3131| ** Usage** | Evaluate network usage breakdown per source / destination subnet pair |
3232| ** Labels** | bandwidth, graph, rate, subnet |
3333| ** Operation** | aggregate by ` dstSubnet24, srcSubnet24 ` and ` sum ` field ` bytes ` |
34- | ** Exposed as** | ` fl2m_bandwidth_per_source_destination_subnet ` of type ` gauge ` |
34+ | ** Exposed as** | ` fl2m_bandwidth_per_source_destination_subnet ` of type ` counter ` |
3535| ** Visualized as** | "Bandwidth per src and destination subnet" on dashboard ` details ` |
3636|||
3737
@@ -43,7 +43,7 @@ and the transformation to generate the exported metric.
4343| ** Usage** | Evaluate network usage breakdown per source subnet |
4444| ** Labels** | bandwidth, graph, rate, subnet |
4545| ** Operation** | aggregate by ` srcSubnet ` and ` sum ` field ` bytes ` |
46- | ** Exposed as** | ` fl2m_bandwidth_per_source_subnet ` of type ` gauge ` |
46+ | ** Exposed as** | ` fl2m_bandwidth_per_source_subnet ` of type ` counter ` |
4747| ** Visualized as** | "Bandwidth per source subnet" on dashboard ` details ` |
4848|||
4949
@@ -55,7 +55,7 @@ and the transformation to generate the exported metric.
5555| ** Usage** | Evaluate network connections per subnet |
5656| ** Labels** | rate, subnet |
5757| ** Operation** | aggregate by ` dstSubnet ` and ` sum ` field ` isNewFlow ` |
58- | ** Exposed as** | ` fl2m_connections_per_destination_subnet ` of type ` gauge ` |
58+ | ** Exposed as** | ` fl2m_connections_per_destination_subnet ` of type ` counter ` |
5959| ** Visualized as** | "Connections rate per destinationIP /16 subnets" on dashboard ` details ` |
6060|||
6161
@@ -67,7 +67,7 @@ and the transformation to generate the exported metric.
6767| ** Usage** | Evaluate network connections per subnet |
6868| ** Labels** | rate, subnet |
6969| ** Operation** | aggregate by ` srcSubnet ` and ` count ` |
70- | ** Exposed as** | ` fl2m_connections_per_source_subnet ` of type ` gauge ` |
70+ | ** Exposed as** | ` fl2m_connections_per_source_subnet ` of type ` counter ` |
7171| ** Visualized as** | "Connections rate per sourceIP /16 subnets" on dashboard ` details ` |
7272|||
7373
@@ -79,7 +79,7 @@ and the transformation to generate the exported metric.
7979| ** Usage** | Evaluate difference in connections rate of different TCP Flags. Can be used, for example, to identify syn-attacks. |
8080| ** Labels** | rate, TCPFlags |
8181| ** Operation** | aggregate by ` TCPFlags ` and ` count ` |
82- | ** Exposed as** | ` fl2m_connections_per_tcp_flags ` of type ` gauge ` |
82+ | ** Exposed as** | ` fl2m_connections_per_tcp_flags ` of type ` counter ` |
8383| ** Visualized as** | "Connections rate per TCPFlags" on dashboard ` details ` |
8484|||
8585
@@ -91,7 +91,7 @@ and the transformation to generate the exported metric.
9191| ** Usage** | Evaluate amount of connections targeted at different Autonomous Systems |
9292| ** Labels** | rate, count, AS |
9393| ** Operation** | aggregate by ` dstAS ` and ` count ` |
94- | ** Exposed as** | ` fl2m_connections_per_destination_as ` of type ` gauge ` |
94+ | ** Exposed as** | ` fl2m_connections_per_destination_as ` of type ` counter ` |
9595| ** Visualized as** | "Connections rate per destination AS" on dashboard ` details ` |
9696|||
9797
@@ -103,7 +103,7 @@ and the transformation to generate the exported metric.
103103| ** Usage** | Evaluate amount of connections initiated by different Autonomous Systems |
104104| ** Labels** | rate, count, AS |
105105| ** Operation** | aggregate by ` srcAS ` and ` count ` |
106- | ** Exposed as** | ` fl2m_connections_per_source_as ` of type ` gauge ` |
106+ | ** Exposed as** | ` fl2m_connections_per_source_as ` of type ` counter ` |
107107| ** Visualized as** | "Connections rate per source AS" on dashboard ` details ` |
108108|||
109109
@@ -115,7 +115,7 @@ and the transformation to generate the exported metric.
115115| ** Usage** | Evaluate network usage breakdown per source / destination subnet pair |
116116| ** Labels** | count, graph, rate, subnet |
117117| ** Operation** | aggregate by ` dstSubnet24, srcSubnet24 ` and ` count ` |
118- | ** Exposed as** | ` fl2m_count_per_source_destination_subnet ` of type ` gauge ` |
118+ | ** Exposed as** | ` fl2m_count_per_source_destination_subnet ` of type ` counter ` |
119119| ** Visualized as** | "Connections rate of src / destination subnet occurences" on dashboard ` details ` |
120120|||
121121
@@ -127,7 +127,7 @@ and the transformation to generate the exported metric.
127127| ** Usage** | Evaluate network usage breakdown per destination subnet |
128128| ** Labels** | bandwidth, graph, rate, subnet |
129129| ** Operation** | aggregate by ` dstSubnet ` and ` sum ` field ` bytes ` |
130- | ** Exposed as** | ` fl2m_egress_per_destination_subnet ` of type ` gauge ` |
130+ | ** Exposed as** | ` fl2m_egress_per_destination_subnet ` of type ` counter ` |
131131| ** Visualized as** | "Bandwidth per destination subnet" on dashboard ` details ` |
132132| ** Visualized as** | "Total bandwidth" on dashboard ` totals ` |
133133|||
@@ -140,7 +140,7 @@ and the transformation to generate the exported metric.
140140| ** Usage** | Evaluate network usage breakdown per namespace |
141141| ** Labels** | kubernetes, bandwidth, graph |
142142| ** Operation** | aggregate by ` srcK8S_Namespace, srcK8S_Type ` and ` sum ` field ` bytes ` |
143- | ** Exposed as** | ` fl2m_egress_per_namespace ` of type ` gauge ` |
143+ | ** Exposed as** | ` fl2m_egress_per_namespace ` of type ` counter ` |
144144| ** Visualized as** | "Bandwidth per namespace" on dashboard ` details ` |
145145|||
146146
@@ -152,7 +152,7 @@ and the transformation to generate the exported metric.
152152| ** Usage** | Evaluate network connections geo-location |
153153| ** Labels** | rate, connections-count, geo-location, destinationIP |
154154| ** Operation** | aggregate by ` dstLocation_CountryName ` and ` count ` |
155- | ** Exposed as** | ` fl2m_connections_per_destination_location ` of type ` gauge ` |
155+ | ** Exposed as** | ` fl2m_connections_per_destination_location ` of type ` counter ` |
156156| ** Visualized as** | "Connections rate per destinationIP geo-location" on dashboard ` details ` |
157157|||
158158
@@ -165,8 +165,8 @@ and the transformation to generate the exported metric.
165165| ** Labels** | bandwidth, mice, elephant, rate |
166166| ** Operation** | aggregate by ` mice_Evaluate ` and ` count ` |
167167| ** Operation** | aggregate by ` elephant_Evaluate ` and ` count ` |
168- | ** Exposed as** | ` fl2m_mice_count ` of type ` gauge ` |
169- | ** Exposed as** | ` fl2m_elephant_count ` of type ` gauge ` |
168+ | ** Exposed as** | ` fl2m_mice_count ` of type ` counter ` |
169+ | ** Exposed as** | ` fl2m_elephant_count ` of type ` counter ` |
170170| ** Visualized as** | "Mice flows count" on dashboard ` details ` |
171171| ** Visualized as** | "Elephant flows count" on dashboard ` details ` |
172172|||
@@ -179,7 +179,7 @@ and the transformation to generate the exported metric.
179179| ** Usage** | Evaluate network services |
180180| ** Labels** | rate, network-services, destination-port, destination-protocol |
181181| ** Operation** | aggregate by ` service ` and ` count ` |
182- | ** Exposed as** | ` fl2m_service_count ` of type ` gauge ` |
182+ | ** Exposed as** | ` fl2m_service_count ` of type ` counter ` |
183183| ** Visualized as** | "Network services connections rate" on dashboard ` details ` |
184184| ** Visualized as** | "Number of network services" on dashboard ` totals ` |
185185|||
0 commit comments