@@ -17,7 +17,7 @@ and the transformation to generate the exported metric.
1717| :---| :---|
1818| ** Details** | Sum bytes for all traffic per network service |
1919| ** Usage** | Evaluate network usage breakdown per network service |
20- | ** Labels ** | bandwidth, graph, rate, network-service |
20+ | ** Tags ** | bandwidth, graph, rate, network-service |
2121| ** Operation** | aggregate by ` service ` and ` sum ` field ` bytes ` |
2222| ** Exposed as** | ` flp_bandwidth_per_network_service ` of type ` counter ` |
2323| ** Visualized as** | "Bandwidth per network service" on dashboard ` details ` |
@@ -29,7 +29,7 @@ and the transformation to generate the exported metric.
2929| :---| :---|
3030| ** Details** | Sum bandwidth bytes for all traffic per source / destination subnet pair |
3131| ** Usage** | Evaluate network usage breakdown per source / destination subnet pair |
32- | ** Labels ** | bandwidth, graph, rate, subnet |
32+ | ** Tags ** | bandwidth, graph, rate, subnet |
3333| ** Operation** | aggregate by ` dstSubnet24, srcSubnet24 ` and ` sum ` field ` bytes ` |
3434| ** Exposed as** | ` flp_bandwidth_per_source_destination_subnet ` of type ` counter ` |
3535| ** Visualized as** | "Bandwidth per src and destination subnet" on dashboard ` details ` |
@@ -41,7 +41,7 @@ and the transformation to generate the exported metric.
4141| :---| :---|
4242| ** Details** | Sum bytes for all traffic per source subnet |
4343| ** Usage** | Evaluate network usage breakdown per source subnet |
44- | ** Labels ** | bandwidth, graph, rate, subnet |
44+ | ** Tags ** | bandwidth, graph, rate, subnet |
4545| ** Operation** | aggregate by ` srcSubnet ` and ` sum ` field ` bytes ` |
4646| ** Exposed as** | ` flp_bandwidth_per_source_subnet ` of type ` counter ` |
4747| ** Visualized as** | "Bandwidth per source subnet" on dashboard ` details ` |
@@ -53,7 +53,7 @@ and the transformation to generate the exported metric.
5353| :---| :---|
5454| ** Details** | Counts the number of connections per subnet with network prefix length /16 (using conn_tracking sum isNewFlow field) |
5555| ** Usage** | Evaluate network connections per subnet |
56- | ** Labels ** | rate, subnet |
56+ | ** Tags ** | rate, subnet |
5757| ** Operation** | aggregate by ` dstSubnet ` and ` count ` field ` isNewFlow ` |
5858| ** Exposed as** | ` flp_connections_per_destination_subnet ` of type ` counter ` |
5959| ** Visualized as** | "Connections rate per destinationIP /16 subnets" on dashboard ` details ` |
@@ -65,7 +65,7 @@ and the transformation to generate the exported metric.
6565| :---| :---|
6666| ** Details** | Counts the number of connections per subnet with network prefix length /16 |
6767| ** Usage** | Evaluate network connections per subnet |
68- | ** Labels ** | rate, subnet |
68+ | ** Tags ** | rate, subnet |
6969| ** Operation** | aggregate by ` srcSubnet ` and ` count ` |
7070| ** Exposed as** | ` flp_connections_per_source_subnet ` of type ` counter ` |
7171| ** Visualized as** | "Connections rate per sourceIP /16 subnets" on dashboard ` details ` |
@@ -77,7 +77,7 @@ and the transformation to generate the exported metric.
7777| :---| :---|
7878| ** Details** | Counts the number of connections per tcp flags |
7979| ** Usage** | Evaluate difference in connections rate of different TCP Flags. Can be used, for example, to identify syn-attacks. |
80- | ** Labels ** | rate, TCPFlags |
80+ | ** Tags ** | rate, TCPFlags |
8181| ** Operation** | aggregate by ` TCPFlags ` and ` count ` |
8282| ** Exposed as** | ` flp_connections_per_tcp_flags ` of type ` counter ` |
8383| ** Visualized as** | "Connections rate per TCPFlags" on dashboard ` details ` |
@@ -89,7 +89,7 @@ and the transformation to generate the exported metric.
8989| :---| :---|
9090| ** Details** | Aggregates flow records by values of "DstAS" field and counts the number of entries in each aggregate with non zero value |
9191| ** Usage** | Evaluate amount of connections targeted at different Autonomous Systems |
92- | ** Labels ** | rate, count, AS |
92+ | ** Tags ** | rate, count, AS |
9393| ** Operation** | aggregate by ` dstAS ` and ` count ` |
9494| ** Exposed as** | ` flp_connections_per_destination_as ` of type ` counter ` |
9595| ** Visualized as** | "Connections rate per destination AS" on dashboard ` details ` |
@@ -101,7 +101,7 @@ and the transformation to generate the exported metric.
101101| :---| :---|
102102| ** Details** | Aggregates flow records by values of "SrcAS" field and counts the number of entries in each aggregate with non zero value |
103103| ** Usage** | Evaluate amount of connections initiated by different Autonomous Systems |
104- | ** Labels ** | rate, count, AS |
104+ | ** Tags ** | rate, count, AS |
105105| ** Operation** | aggregate by ` srcAS ` and ` count ` |
106106| ** Exposed as** | ` flp_connections_per_source_as ` of type ` counter ` |
107107| ** Visualized as** | "Connections rate per source AS" on dashboard ` details ` |
@@ -113,7 +113,7 @@ and the transformation to generate the exported metric.
113113| :---| :---|
114114| ** Details** | Count the number of distinct source / destination subnet pairs |
115115| ** Usage** | Evaluate network usage breakdown per source / destination subnet pair |
116- | ** Labels ** | count, graph, rate, subnet |
116+ | ** Tags ** | count, graph, rate, subnet |
117117| ** Operation** | aggregate by ` dstSubnet24, srcSubnet24 ` and ` count ` |
118118| ** Exposed as** | ` flp_count_per_source_destination_subnet ` of type ` counter ` |
119119| ** Visualized as** | "Connections rate of src / destination subnet occurences" on dashboard ` details ` |
@@ -125,7 +125,7 @@ and the transformation to generate the exported metric.
125125| :---| :---|
126126| ** Details** | Sum egress bytes for all traffic per destination subnet |
127127| ** Usage** | Evaluate network usage breakdown per destination subnet |
128- | ** Labels ** | bandwidth, graph, rate, subnet |
128+ | ** Tags ** | bandwidth, graph, rate, subnet |
129129| ** Operation** | aggregate by ` dstSubnet ` and ` sum ` field ` bytes ` |
130130| ** Exposed as** | ` flp_egress_per_destination_subnet ` of type ` counter ` |
131131| ** Visualized as** | "Bandwidth per destination subnet" on dashboard ` details ` |
@@ -138,7 +138,7 @@ and the transformation to generate the exported metric.
138138| :---| :---|
139139| ** Details** | Sum egress bytes for all traffic per namespace |
140140| ** Usage** | Evaluate network usage breakdown per namespace |
141- | ** Labels ** | kubernetes, bandwidth, graph |
141+ | ** Tags ** | kubernetes, bandwidth, graph |
142142| ** Operation** | aggregate by ` srcK8S_Namespace, srcK8S_Type ` and ` sum ` field ` bytes ` |
143143| ** Exposed as** | ` flp_egress_per_namespace ` of type ` counter ` |
144144| ** Visualized as** | "Bandwidth per namespace" on dashboard ` details ` |
@@ -150,7 +150,7 @@ and the transformation to generate the exported metric.
150150| :---| :---|
151151| ** Details** | Flows length distribution over time |
152152| ** Usage** | Evaluate flows length behavior including mice/elephant use-case |
153- | ** Labels ** | bandwidth, mice, elephant, rate |
153+ | ** Tags ** | bandwidth, mice, elephant, rate |
154154| ** Operation** | aggregate by ` all_Evaluate ` and ` raw_values ` field ` bytes ` |
155155| ** Exposed as** | ` flp_flows_length_histogram ` of type ` histogram ` |
156156| ** Visualized as** | "Flows length heatmap" on dashboard ` details ` |
@@ -163,7 +163,7 @@ and the transformation to generate the exported metric.
163163| :---| :---|
164164| ** Details** | Counts the number of connections per geo-location based on destination IP |
165165| ** Usage** | Evaluate network connections geo-location |
166- | ** Labels ** | rate, connections-count, geo-location, destinationIP |
166+ | ** Tags ** | rate, connections-count, geo-location, destinationIP |
167167| ** Operation** | aggregate by ` dstLocation_CountryName ` and ` count ` |
168168| ** Exposed as** | ` flp_connections_per_destination_location ` of type ` counter ` |
169169| ** Visualized as** | "Connections rate per destinationIP geo-location" on dashboard ` details ` |
@@ -175,7 +175,7 @@ and the transformation to generate the exported metric.
175175| :---| :---|
176176| ** Details** | Sum bytes for all traffic per source namespace |
177177| ** Usage** | Evaluate network usage breakdown per source namespace |
178- | ** Labels ** | loki, graph, rate, namespace |
178+ | ** Tags ** | loki, graph, rate, namespace |
179179| ** Visualized as** | "Bandwidth per source namespace" on dashboard ` details ` |
180180|||
181181
@@ -185,7 +185,7 @@ and the transformation to generate the exported metric.
185185| :---| :---|
186186| ** Details** | Rate of loki logs per sec |
187187| ** Usage** | Evaluate loki service usage |
188- | ** Labels ** | loki, graph, rate |
188+ | ** Tags ** | loki, graph, rate |
189189| ** Visualized as** | "Loki logs rate" on dashboard ` details ` |
190190|||
191191
@@ -195,7 +195,7 @@ and the transformation to generate the exported metric.
195195| :---| :---|
196196| ** Details** | Counts the number of connections per network service based on destination port number and protocol |
197197| ** Usage** | Evaluate network services |
198- | ** Labels ** | rate, network-services, destination-port, destination-protocol |
198+ | ** Tags ** | rate, network-services, destination-port, destination-protocol |
199199| ** Operation** | aggregate by ` service ` and ` count ` |
200200| ** Exposed as** | ` flp_service_count ` of type ` counter ` |
201201| ** Visualized as** | "Network services connections rate" on dashboard ` details ` |
0 commit comments