You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/flowmetrics/v1alpha1/flowmetric_types.go
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,7 @@ type FlowMetricSpec struct {
78
78
// +optional
79
79
ValueFieldstring`json:"valueField,omitempty"`
80
80
81
-
// `filters` is a list of fields and values used to restrict which flows are taken into account. Oftentimes, these filters must
82
-
// be used to eliminate duplicates: `Duplicate != "true"` and `FlowDirection = "0"`.
81
+
// `filters` is a list of fields and values used to restrict which flows are taken into account.
83
82
// Refer to the documentation for the list of available fields: https://docs.openshift.com/container-platform/latest/observability/network_observability/json-flows-format-reference.html.
Copy file name to clipboardExpand all lines: bundle/manifests/flows.netobserv.io_flowmetrics.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -167,8 +167,7 @@ spec:
167
167
type: string
168
168
filters:
169
169
description: |-
170
-
`filters` is a list of fields and values used to restrict which flows are taken into account. Oftentimes, these filters must
171
-
be used to eliminate duplicates: `Duplicate != "true"` and `FlowDirection = "0"`.
170
+
`filters` is a list of fields and values used to restrict which flows are taken into account.
172
171
Refer to the documentation for the list of available fields: https://docs.openshift.com/container-platform/latest/observability/network_observability/json-flows-format-reference.html.
Copy file name to clipboardExpand all lines: config/crd/bases/flows.netobserv.io_flowmetrics.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,7 @@ spec:
157
157
type: string
158
158
filters:
159
159
description: |-
160
-
`filters` is a list of fields and values used to restrict which flows are taken into account. Oftentimes, these filters must
161
-
be used to eliminate duplicates: `Duplicate != "true"` and `FlowDirection = "0"`.
160
+
`filters` is a list of fields and values used to restrict which flows are taken into account.
162
161
Refer to the documentation for the list of available fields: https://docs.openshift.com/container-platform/latest/observability/network_observability/json-flows-format-reference.html.
`filters` is a list of fields and values used to restrict which flows are taken into account. Oftentimes, these filters must
150
-
be used to eliminate duplicates: `Duplicate != "true"` and `FlowDirection = "0"`.
149
+
`filters` is a list of fields and values used to restrict which flows are taken into account.
151
150
Refer to the documentation for the list of available fields: https://docs.openshift.com/container-platform/latest/observability/network_observability/json-flows-format-reference.html.<br/>
0 commit comments