Skip to content
30 changes: 15 additions & 15 deletions contrib/kubernetes/flowlogs-pipeline.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,105 +165,105 @@ parameters:
metrics:
- name: bandwidth_per_network_service
type: counter
valuekey: bandwidth_network_service_value
valuekey: bandwidth_network_service_recent_op_value
labels:
- by
- aggregate
buckets: []
- name: bandwidth_per_source_destination_subnet
type: counter
valuekey: bandwidth_source_destination_subnet_value
valuekey: bandwidth_source_destination_subnet_recent_op_value
labels:
- by
- aggregate
buckets: []
- name: bandwidth_per_source_subnet
type: counter
valuekey: bandwidth_source_subnet_value
valuekey: bandwidth_source_subnet_recent_op_value
labels:
- by
- aggregate
buckets: []
- name: connections_per_destination_subnet
type: counter
valuekey: dest_connection_subnet_count_value
valuekey: dest_connection_subnet_recent_count
labels:
- by
- aggregate
buckets: []
- name: connections_per_source_subnet
type: counter
valuekey: src_connection_count_value
valuekey: src_connection_count_recent_count
labels:
- by
- aggregate
buckets: []
- name: connections_per_tcp_flags
type: counter
valuekey: TCPFlags_count_value
valuekey: TCPFlags_recent_count
labels:
- by
- aggregate
buckets: []
- name: connections_per_destination_as
type: counter
valuekey: dst_as_connection_count_value
valuekey: dst_as_connection_recent_count
labels:
- by
- aggregate
buckets: []
- name: connections_per_source_as
type: counter
valuekey: src_as_connection_count_value
valuekey: src_as_connection_recent_count
labels:
- by
- aggregate
buckets: []
- name: count_per_source_destination_subnet
type: counter
valuekey: count_source_destination_subnet_value
valuekey: count_source_destination_subnet_recent_count
labels:
- by
- aggregate
buckets: []
- name: egress_per_destination_subnet
type: counter
valuekey: bandwidth_destination_subnet_value
valuekey: bandwidth_destination_subnet_recent_op_value
labels:
- by
- aggregate
buckets: []
- name: egress_per_namespace
type: counter
valuekey: bandwidth_namespace_value
valuekey: bandwidth_namespace_recent_op_value
labels:
- by
- aggregate
buckets: []
- name: connections_per_destination_location
type: counter
valuekey: dest_connection_location_count_value
valuekey: dest_connection_location_recent_count
labels:
- by
- aggregate
buckets: []
- name: mice_count
type: counter
valuekey: mice_count_value
valuekey: mice_count_recent_count
labels:
- by
- aggregate
buckets: []
- name: elephant_count
type: counter
valuekey: elephant_count_value
valuekey: elephant_count_recent_count
labels:
- by
- aggregate
buckets: []
- name: service_count
type: counter
valuekey: dest_service_count_value
valuekey: dest_service_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/bandwidth_per_network_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ encode:
metrics:
- name: bandwidth_per_network_service
type: counter
valuekey: bandwidth_network_service_value
valuekey: bandwidth_network_service_recent_op_value
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/bandwidth_per_src_dest_subnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ encode:
metrics:
- name: bandwidth_per_source_destination_subnet
type: counter
valuekey: bandwidth_source_destination_subnet_value
valuekey: bandwidth_source_destination_subnet_recent_op_value
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/bandwidth_per_src_subnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ encode:
metrics:
- name: bandwidth_per_source_subnet
type: counter
valuekey: bandwidth_source_subnet_value
valuekey: bandwidth_source_subnet_recent_op_value
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/connection_rate_per_dest_subnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ encode:
metrics:
- name: connections_per_destination_subnet
type: counter
valuekey: dest_connection_subnet_count_value
valuekey: dest_connection_subnet_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/connection_rate_per_src_subnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ encode:
metrics:
- name: connections_per_source_subnet
type: counter
valuekey: src_connection_count_value
valuekey: src_connection_count_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/connection_rate_per_tcp_flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ encode:
metrics:
- name: connections_per_tcp_flags
type: counter
valuekey: TCPFlags_count_value
valuekey: TCPFlags_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/connections_per_dst_as.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ encode:
metrics:
- name: connections_per_destination_as
type: counter
valuekey: dst_as_connection_count_value
valuekey: dst_as_connection_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/connections_per_src_as.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ encode:
metrics:
- name: connections_per_source_as
type: counter
valuekey: src_as_connection_count_value
valuekey: src_as_connection_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/count_per_src_dest_subnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ encode:
metrics:
- name: count_per_source_destination_subnet
type: counter
valuekey: count_source_destination_subnet_value
valuekey: count_source_destination_subnet_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/egress_bandwidth_per_dest_subnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ encode:
metrics:
- name: egress_per_destination_subnet
type: counter
valuekey: bandwidth_destination_subnet_value
valuekey: bandwidth_destination_subnet_recent_op_value
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/egress_bandwidth_per_namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ encode:
metrics:
- name: egress_per_namespace
type: counter
valuekey: bandwidth_namespace_value
valuekey: bandwidth_namespace_recent_op_value
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/geo-location_rate_per_dest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ encode:
metrics:
- name: connections_per_destination_location
type: counter
valuekey: dest_connection_location_count_value
valuekey: dest_connection_location_recent_count
labels:
- by
- aggregate
Expand Down
4 changes: 2 additions & 2 deletions network_definitions/mice_elephants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ encode:
metrics:
- name: mice_count
type: counter
valuekey: mice_count_value
valuekey: mice_count_recent_count
labels:
- by
- aggregate
- name: elephant_count
type: counter
valuekey: elephant_count_value
valuekey: elephant_count_recent_count
labels:
- by
- aggregate
Expand Down
2 changes: 1 addition & 1 deletion network_definitions/network_services_count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ encode:
metrics:
- name: service_count
type: counter
valuekey: dest_service_count_value
valuekey: dest_service_recent_count
labels:
- by
- aggregate
Expand Down
Loading