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
"Optional (defaults to True). If True, then when in CRI mode, the monitor retains pods found in the filesystem and not found via the Kubelet API. Has no effect unless k8s_cri_query_filesystem is true.",
381
+
convert_to=bool,
382
+
default=True,
383
+
env_aware=True,
384
+
)
385
+
382
386
define_config_option(
383
387
__monitor__,
384
388
"k8s_verify_api_queries",
@@ -2155,6 +2159,7 @@ class CRIEnumerator(ContainerEnumerator):
2155
2159
2156
2160
def__init__(
2157
2161
self,
2162
+
config,
2158
2163
global_config,
2159
2164
agent_pod,
2160
2165
k8s_api_url,
@@ -2165,6 +2170,7 @@ def __init__(
2165
2170
is_sidecar_mode=False,
2166
2171
):
2167
2172
"""
2173
+
@param config: Monitor configuration
2168
2174
@param global_config: Global configuration
2169
2175
@param agent_pod: The QualfiedName of the agent pod.
2170
2176
@param k8s_api_url: The URL to use for accessing the API
# get all lists where log files entries may be defined and require worker_id param.
573
567
# __k8s_log_configs is left out because it interferes with the kubernetes monitor container checker and CopyingManager itself sets default worker_id while adding logs.
0 commit comments