Optionally export the metrics to prometheus.

This commit is contained in:
Andrea Dell'Amico 2020-09-16 16:57:09 +02:00
parent 0c3ae6837c
commit 5d69fd8af6
1 changed files with 3 additions and 1 deletions

View File

@ -31,4 +31,6 @@ docker_enable_api_port: True
docker_api_port: 2376
docker_tcp_socket_host: 127.0.0.1
docker_log_to_journal: True
docker_daemon_debug: False
docker_daemon_debug: False
docker_prometheus_metrics: True
docker_prometheus_host: 127.0.0.1