mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
we index from 0 apparently
This commit is contained in:
parent
3d063f6ace
commit
09ee5ce52e
@ -34,7 +34,7 @@ scrape_configs:
|
||||
labels:
|
||||
instance: {{ matrix_domain }}
|
||||
job: master
|
||||
index: 1
|
||||
index: 0
|
||||
{% for worker in matrix_synapse_workers_enabled_list|d([]) %}
|
||||
{% if worker.metrics_port != 0 %}
|
||||
- targets: ['matrix-synapse-worker-{{ worker.type }}-{{ worker.instanceId }}:{{ worker.metrics_port }}']
|
||||
|
Loading…
Reference in New Issue
Block a user