expose prometheus process args

This commit is contained in:
Aine
2022-06-26 08:41:22 +03:00
parent fcf1ca2792
commit 574f57c82c
2 changed files with 9 additions and 1 deletions

View File

@ -26,6 +26,13 @@ matrix_prometheus_systemd_wanted_services_list: []
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9090"), or empty string to not expose.
matrix_prometheus_container_http_host_bind_port: ''
# A list of extra arguments to pass to the prometheus process
matrix_prometheus_process_extra_arguments:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus"
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
- "--web.console.templates=/usr/share/prometheus/consoles"
# Tells whether the "synapse" scraper configuration is enabled.
matrix_prometheus_scraper_synapse_enabled: false