From 21952123fa56cb1fa7bbfb020a53f3528099fa6e Mon Sep 17 00:00:00 2001 From: Daniel Krol Date: Wed, 10 Aug 2022 17:18:45 -0400 Subject: [PATCH] Add wallet sync server to Prometheus --- prometheus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index 34bcc33..46404af 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -50,3 +50,11 @@ scrape_configs: static_configs: - targets: - host.docker.internal:2114 + +- job_name: wallet_sync + metrics_path: /metrics + scheme: https + scrape_interval: 60s + static_configs: + - targets: + - dev.lbry.id:8091