Skip to content

Commit 4aa0f96

Browse files
authored
Merge pull request #57128 from skrthomas/OSDOCS-5284
OSDOCS-5284: Netobserv seamless upgrades version CRD change
2 parents c03359f + 3194f7d commit 4aa0f96

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

modules/network-observability-flowcollector-api-specifications.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,14 @@ Type::
10031003
|===
10041004
| Property | Type | Description
10051005

1006+
| `conversationEndTimeout`
1007+
| `string`
1008+
| conversation end timeout is the duration of time to wait from the last flow log to end a conversation
1009+
1010+
| `conversationHeartbeatInterval`
1011+
| `string`
1012+
| conversation heartbeat interval is the duration of time to wait between heartbeat reports of a conversation
1013+
10061014
| `debug`
10071015
| `object`
10081016
| Debug allows setting some aspects of the internal configuration of the flow processor. This section is aimed exclusively for debugging and fine-grained performance optimizations, such as GOGC and GOMAXPROCS env vars. Users setting its values do it at their own risk.
@@ -1043,6 +1051,10 @@ Type::
10431051
| `string`
10441052
| logLevel of the collector runtime
10451053

1054+
| `logTypes`
1055+
| `string`
1056+
| logTypes defines the desired record types to generate. Possible values are "FLOWS" (default) to export flowLogs, "CONVERSATIONS" to generate newConnection, heartbeat, endConnection events, "ENDED_CONVERSATIONS" to generate only endConnection events or "ALL" to generate both flow logs and conversations events
1057+
10461058
| `metrics`
10471059
| `object`
10481060
| Metrics define the processor configuration regarding metrics
@@ -1107,6 +1119,10 @@ Type::
11071119
|===
11081120
| Property | Type | Description
11091121

1122+
| `disableAlerts`
1123+
| `array (string)`
1124+
| disableAlerts is a list of alerts that should be disabled. Possible values are: `NetObservNoFlows`, which is triggered when no flows are being observed for a certain period. `NetObservLokiError`, which is triggered when flows are being dropped due to Loki errors.
1125+
11101126
| `ignoreTags`
11111127
| `array (string)`
11121128
| ignoreTags is a list of tags to specify which metrics to ignore

modules/network-observability-flowcollector-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following example shows a sample `FlowCollector` resource for {product-title
1717
.Sample `FlowCollector` resource
1818
[source, yaml]
1919
----
20-
apiVersion: flows.netobserv.io/v1alpha1
20+
apiVersion: flows.netobserv.io/v1beta1
2121
kind: FlowCollector
2222
metadata:
2323
name: cluster

0 commit comments

Comments
 (0)