Regenerate integrations docs (#19340)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jan 7, 2025 at 14:06 UTC
73ba9f746cac0144b2ae7070278c0421d7af96b1
1 file changed
+1
src/go/plugin/go.d/collector/docker/integrations/docker.md
+1
@@ -141,6 +141,7 @@ The following options can be defined globally: update_every, autodetection_retry
141
| autodetection_retry | Recheck interval in seconds. Zero means no recheck will be scheduled. | 0 | no |
142
| address | Docker daemon's listening address. When using a TCP socket, the format is: tcp://[ip]:[port] | unix:///var/run/docker.sock | yes |
143
| timeout | Request timeout in seconds. | 2 | no |
144
+| container_selector | [Pattern](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#readme) to specify which containers to monitor. | * | no |
145
| collect_container_size | Whether to collect container writable layer size. | no | no |
146
147
</details>