1
0
Fork 0

v-m: Correct vmalert remote read/write URLs

*vmalert* has been generating alerts and triggering notifications, but
not writing any `ALERTS`/`ALERTS_FOR_STATE` metrics.  It turns out this
is because I had not correctly configured the remote read/write
URLs.
etcd
Dustin 2024-01-23 10:34:56 -06:00
parent 9a76a548ec
commit bcb588407d
1 changed files with 3 additions and 3 deletions

View File

@ -45,10 +45,10 @@ spec:
value: /rules/*.yml
- name: vmalert_datasource_url
value: http://vmselect:8481/select/1/prometheus
- name: vmalert_remoteread_url
- name: vmalert_remoteRead_url
value: http://vmselect:8481/select/1/prometheus
- name: vmalert_remorewrite_url
value: http://vminsert:8480/select/1/prometheus
- name: vmalert_remoteWrite_url
value: http://vminsert:8480/insert/1/prometheus
- name: vmalert_notifier_url
value: http://alertmanager:9093
ports: