fixup! auto-generate prometheus.yml for workers metrics

This commit is contained in:
HarHarLinks 2021-10-20 12:57:55 +02:00
parent ce41674e61
commit 7b33fc8e19
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
dest: "{{ matrix_base_data_path }}/external_prometheus.yml.example"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0400
mode: 0644
when: matrix_nginx_proxy_proxy_synapse_metrics|bool
- name: Ensure Matrix nginx-proxy configured (generic)

View file

@ -33,7 +33,7 @@ scrape_configs:
password_file: /path/to/your/passwordfile.pwd
{% endif %}
static_configs:
- targets: [{{ matrix_server_fqn_matrix }:{{ matrix_nginx_proxy_container_https_host_bind_port if matrix_nginx_proxy_https_enabled else matrix_nginx_proxy_container_http_host_bind_port }}']
- targets: ['{{ matrix_server_fqn_matrix }}:{{ matrix_nginx_proxy_container_https_host_bind_port if matrix_nginx_proxy_https_enabled else matrix_nginx_proxy_container_http_host_bind_port }}']
labels:
job: "{{ worker.type }}"
index: {{ worker.instanceId }}