Documentation ¶
Overview ¶
SPDX-License-Identifier: GPL-2.0-or-later
- Copyright (C) 2022 VMware, Inc. Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> *
- Internal in-memory database with all pods and containers running on the local node.
SPDX-License-Identifier: GPL-2.0-or-later
- Copyright (C) 2022 VMware, Inc. Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> *
- Discover containers running on the local node, using CRI interface.
SPDX-License-Identifier: GPL-2.0-or-later
- Copyright (C) 2022 VMware, Inc. Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> *
- Discover containers running on the local node, using information from the /proc file system.
- This logic was originally implemented in python by Yordan Karadzhov <y.karadz@gmail.com> *
- Using /proc file system has limitations in Kubernetes context. I couldn't find reliable way to get
- Pod -> Containers relation, so the logic considers that all tasks inside a Pod are part of a single
- container with name "unknown".
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EnvCri = "TRACER_CRI_ENDPOINT" EnvRunPaths = "TRACER_RUN_PATHS" EnvPodName = "TRACER_POD_NAME" )
View Source
var (
EnvForceProcfs = "TRACER_FORCE_PROCFS"
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.