Prometheus
Initial attempt. Seems to work fine. Only tested on debian amd64 so far
This commit is contained in:
7
roles/matrix-prometheus/tasks/validate_config.yml
Normal file
7
roles/matrix-prometheus/tasks/validate_config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Fail if Synapse metrics not enabled
|
||||
fail:
|
||||
msg: >
|
||||
You need to enable `matrix_synapse_metrics_enabled` for Prometheus grab metrics.
|
||||
when: "not matrix_synapse_metrics_enabled"
|
Reference in New Issue
Block a user