gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 33/73: add merchant to exporter


From: gnunet
Subject: [taler-grid5k] 33/73: add merchant to exporter
Date: Tue, 14 Dec 2021 15:10:15 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 4aad1ae7ee25d275fd451db27ea46ac5377d1ffc
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Nov 30 14:48:42 2021 +0100

    add merchant to exporter
---
 configs/etc/default/prometheus-postgres-exporter | 2 +-
 configs/etc/monitor/prometheus.yaml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/etc/default/prometheus-postgres-exporter 
b/configs/etc/default/prometheus-postgres-exporter
index 15722ac..e99a8e7 100644
--- a/configs/etc/default/prometheus-postgres-exporter
+++ b/configs/etc/default/prometheus-postgres-exporter
@@ -4,7 +4,7 @@
 
 # DATA_SOURCE_NAME='postgresql://login:password@hostname:port/'
 # DATA_SOURCE_NAME='user=prometheus host=/run/postgresql dbname=postgres'
-DATA_SOURCE_NAME='<DB_URL_HERE>'
+DATA_SOURCE_NAME='<EXCHANGE_DB_URL_HERE>','<MERCHANT_DB_URL_HERE>'
 
 # Set the command-line arguments to pass to the server.
 ARGS='--extend.query-path=/etc/monitor/postgres-exporter.yaml'
diff --git a/configs/etc/monitor/prometheus.yaml 
b/configs/etc/monitor/prometheus.yaml
index 88e61fd..37f9773 100644
--- a/configs/etc/monitor/prometheus.yaml
+++ b/configs/etc/monitor/prometheus.yaml
@@ -14,7 +14,7 @@ scrape_configs:
   # DB Exporter
   - job_name: 'database'
     static_configs:
-    - targets: ['127.0.0.1:9187', '<MERCHANT_HOST_HERE>:9187']
+    - targets: ['127.0.0.1:9187'] #, '<MERCHANT_HOST_HERE>:9187']
 
   # Exchange Proxy Exporter 
   - job_name: 'exchange-proxy'

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]