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
{label: "CRDs to discover", value: "crdsToDiscover"},
33
34
]} >
@@ -83,12 +84,28 @@ If a new resync trigger consistently aborts a running resync, it means that your
83
84
84
85
</TabItem>
85
86
86
-
<TabItemvalue="verbosity">
87
+
<TabItemvalue="logging">
87
88
88
-
The `verbosity` parameter is used to control the verbosity level of info logs in K8s exporter's pod.
89
+
The `loggingLevel` parameter is used to control the logging level of logs in K8s exporter's pod.
89
90
90
-
-**Default value**: `0` (show all info and error logs, including info logs of successful updates)
91
-
-**Use case**: Set the value to `-1`, if you want to clear out info logs of successful entity updates. Error logs and some info logs (initialization and teardown logs), will be reported.
91
+
-**Default value**: `info` (show all info and error logs, including info logs of successful updates)
92
+
-**Use case**: Set the value to `error`, if you want to clear out info logs. Error logs will be reported.
93
+
94
+
</TabItem>
95
+
96
+
<TabItemvalue="bulkSync">
97
+
98
+
The `bulkSyncMaxPayloadBytes` parameter is used to control the size (in bytes) of the upsert bulks to port.
99
+
100
+
-**Default value**: `1048576`
101
+
102
+
The `bulkSyncMaxEntitiesPerBatch` parameter is used to control the number of entities to be sent as part of an upsert bulk to port.
103
+
104
+
-**Default value**: `20`
105
+
106
+
The `bulkSyncBatchTimeoutSeconds` parameter is used to control the time (in seconds) to wait until flushing an upsert bulk to port when the max entities number or size not reached.
0 commit comments