Skip to content

Commit 4e711de

Browse files
committed
Added hot-reload to prometheus.
1 parent 050f2e2 commit 4e711de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/ansible/playbooks/templates/services/prometheus.service.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Group=prometheus
99
Type=simple
1010
ExecStart=/usr/local/bin/prometheus \
1111
--config.file=/etc/prometheus/prometheus.yml \
12+
--web.enable-lifecycle \
1213
--storage.tsdb.path=/var/lib/prometheus \
1314
--web.console.templates=/etc/prometheus/consoles \
1415
--web.console.libraries=/etc/prometheus/console_libraries

0 commit comments

Comments
 (0)