From ae9787ac928896832562cfb19423406413b9b578 Mon Sep 17 00:00:00 2001 From: Joel Unzain Date: Fri, 11 Sep 2020 15:39:03 -0700 Subject: [PATCH] add config to scrape themis metrics (#32) --- deploy/docker-compose/docFiles/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/docker-compose/docFiles/prometheus.yml b/deploy/docker-compose/docFiles/prometheus.yml index bc7a469..db2f383 100644 --- a/deploy/docker-compose/docFiles/prometheus.yml +++ b/deploy/docker-compose/docFiles/prometheus.yml @@ -68,6 +68,10 @@ scrape_configs: static_configs: - targets: ['tr1d1um:6103'] + - job_name: 'themis' + static_configs: + - targets: ['themis:6502'] + - job_name: 'consul' metrics_path: "/v1/agent/metrics" params: