diff options
| author | Hazel Atkinson <yellowsink@riseup.net> | 2025-04-08 17:53:27 +0100 |
|---|---|---|
| committer | Hazel Atkinson <yellowsink@riseup.net> | 2025-04-08 17:59:06 +0100 |
| commit | 029a99ebcc2d9f4baab054d7262ebdcc45181b05 (patch) | |
| tree | c038c1c64df3529d1e06aec5af35aef26c2b1a9e /src/help.txt | |
| parent | ac323a2a89d6b8d7e511541911c5f5487f8a306a (diff) | |
| download | containerspy-029a99ebcc2d9f4baab054d7262ebdcc45181b05.tar.gz containerspy-029a99ebcc2d9f4baab054d7262ebdcc45181b05.tar.bz2 containerspy-029a99ebcc2d9f4baab054d7262ebdcc45181b05.zip | |
prepare codebase for beta 1 release
Diffstat (limited to 'src/help.txt')
| -rw-r--r-- | src/help.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/help.txt b/src/help.txt new file mode 100644 index 0000000..6250e34 --- /dev/null +++ b/src/help.txt @@ -0,0 +1,9 @@ +Available config options (please see {{REPO_URL}} for more detailed config information): + +config file env var default + +N/A CSPY_CONFIG /etc/containerspy/config.json +docker_socket CSPY_DOCKER_SOCKET /var/run/docker.sock or //./pipe/docker_engine +otlp_protocol CSPY_OTLP_PROTO httpbinary +otlp_endpoint CSPY_OTLP_ENDPOINT localhost:4318 for HTTP, localhost:4317 for gRPC +otlp_export_interval CSPY_OTLP_INTERVAL 60 seconds
\ No newline at end of file |
