From b4d3323bd9dc74fae6b8357324cf0c5c451faa51 Mon Sep 17 00:00:00 2001 From: netdatabot <43409846+netdatabot@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:06:59 +0000 Subject: [PATCH] Ingest new documentation --- docs/collecting-metrics/Containers and VMs/Docker.mdx | 1 + .../installation/kubernetes-helm-chart-reference.mdx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/collecting-metrics/Containers and VMs/Docker.mdx b/docs/collecting-metrics/Containers and VMs/Docker.mdx index e27aab60d1..a880cc8c56 100644 --- a/docs/collecting-metrics/Containers and VMs/Docker.mdx +++ b/docs/collecting-metrics/Containers and VMs/Docker.mdx @@ -145,6 +145,7 @@ The following options can be defined globally: update_every, autodetection_retry | autodetection_retry | Recheck interval in seconds. Zero means no recheck will be scheduled. | 0 | no | | address | Docker daemon's listening address. When using a TCP socket, the format is: tcp://[ip]:[port] | unix:///var/run/docker.sock | yes | | timeout | Request timeout in seconds. | 2 | no | +| container_selector | [Pattern](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#readme) to specify which containers to monitor. | * | no | | collect_container_size | Whether to collect container writable layer size. | no | no | diff --git a/docs/netdata-agent/installation/kubernetes-helm-chart-reference.mdx b/docs/netdata-agent/installation/kubernetes-helm-chart-reference.mdx index d74b8db4e7..f9c3bf9d52 100644 --- a/docs/netdata-agent/installation/kubernetes-helm-chart-reference.mdx +++ b/docs/netdata-agent/installation/kubernetes-helm-chart-reference.mdx @@ -11,9 +11,9 @@ learn_link: "https://learn.netdata.cloud/docs/netdata-agent/installation/kuberne Artifact HUB -Version: 3.7.115 +Version: 3.7.116 -AppVersion: v2.1.0 +AppVersion: v2.1.1 _Based on the work of varyumin (https://github.com/varyumin/netdata)_.