Skip to content

Commit

Permalink
Fix ALM example default include list
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Nov 17, 2023
1 parent a03b393 commit 27335aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,6 @@ metadata:
"logTypes": "FLOWS",
"metrics": {
"disableAlerts": [],
"includeList": [
"node_ingress_bytes_total",
"workload_ingress_bytes_total",
"namespace_flows_total"
],
"server": {
"port": 9102
}
Expand Down
10 changes: 6 additions & 4 deletions config/samples/flows_v1beta2_flowcollector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ spec:
server:
port: 9102
disableAlerts: []
includeList:
- node_ingress_bytes_total
- workload_ingress_bytes_total
- namespace_flows_total
# includeList:
# - "node_ingress_bytes_total"
# - "workload_ingress_bytes_total"
# - "namespace_flows_total"
# - "namespace_drop_packets_total"
# - "namespace_rtt_seconds"
dropUnusedFields: true
resources:
requests:
Expand Down

0 comments on commit 27335aa

Please sign in to comment.