Files
docker-images/otel-lgtm/config/supervisord.conf
T
woggioni 50ab02aef2
CI / Build otel-lgtm docker images (push) Successful in 5m8s
added otel-lgtm image
2026-06-30 14:19:57 +08:00

59 lines
1.4 KiB
Plaintext

[supervisord]
nodaemon=true
user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[unix_http_server]
file = /run/supervisord.sock
chmod = 0700
[program:mimir]
command=/usr/bin/mimir -config.file=/etc/mimir/mimir.yaml
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:loki]
command=/usr/bin/loki -config.file=/etc/loki/loki.yaml
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:tempo]
command=/usr/bin/tempo -config.file=/etc/tempo/tempo.yaml
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:otelcol]
command=/usr/local/bin/otelcol-contrib --config=/etc/otelcol/otelcol.yaml
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:grafana]
directory=/usr/share/grafana
command=/usr/bin/grafana server --homepath=/usr/share/grafana --config=/etc/grafana.ini --homepath=/usr/share/grafana --packaging=docker
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0