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
35
]} >
@@ -83,12 +85,41 @@ If a new resync trigger consistently aborts a running resync, it means that your
83
85
84
86
</TabItem>
85
87
86
-
<TabItemvalue="verbosity">
88
+
<TabItemvalue="logging">
87
89
88
-
The `verbosity` parameter is used to control the verbosity level of info logs in K8s exporter's pod.
90
+
The `loggingLevel` parameter is used to control the level of logs in the K8s exporter's pod.
89
91
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.
92
+
-**Default value**: `info` - show all info and error logs, including info logs of successful updates.
93
+
-**Use case**: Set the value to `error` if you want to include error logs only (and exclude info logs).
94
+
95
+
</TabItem>
96
+
97
+
<TabItemvalue="metrics">
98
+
99
+
The `metricsEnabled` parameter is used to control if the k8s exporter would expose a `/metrics` endpoint compatible with OTLP.
100
+
101
+
-**Default value**: `true`
102
+
103
+
The `metricsPort` parameter is used to control the port number of the metrics server.
104
+
105
+
-**Default value**: `9090`
106
+
-**Use case**: Set the value to a different port if you do not wish to expose the metrics server on `9090`.
107
+
108
+
</TabItem>
109
+
110
+
<TabItemvalue="bulkSync">
111
+
112
+
The `bulkSyncMaxPayloadBytes` parameter is used to control the size (in bytes) of the bulk upserts to Port.
113
+
114
+
-**Default value**: `1048576`
115
+
116
+
The `bulkSyncMaxEntitiesPerBatch` parameter is used to control the number of entities to be sent as part of a bulk upsert to Port.
117
+
118
+
-**Default value**: `20`
119
+
120
+
The `bulkSyncBatchTimeoutSeconds` parameter is used to control the time (in seconds) to wait until flushing a bulk upsert to Port (even if the maximum number/size of entities has not been reached).
0 commit comments