Add prometheus for metrics

This commit is contained in:
Jake Howard
2021-03-04 14:53:03 +00:00
parent fe2450d43b
commit 914676d209
4 changed files with 50 additions and 0 deletions

View File

@ -7,3 +7,8 @@
shell:
chdir: /opt/influxdb
cmd: "{{ docker_update_command }}"
- name: restart prometheus
shell:
chdir: /opt/prometheus
cmd: "{{ docker_update_command }}"