gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix metrics of withdraw - no lab


From: gnunet
Subject: [taler-exchange] branch master updated: fix metrics of withdraw - no label
Date: Thu, 12 May 2022 19:32:27 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new d6c161a7 fix metrics of withdraw - no label
d6c161a7 is described below

commit d6c161a72e56a15602f581ba0cb7b7a1610f2529
Author: Marco Boss <bossm8@bfh.ch>
AuthorDate: Thu May 12 19:32:10 2022 +0200

    fix metrics of withdraw - no label
---
 src/exchange/taler-exchange-httpd_metrics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_metrics.c 
b/src/exchange/taler-exchange-httpd_metrics.c
index 83b3d1f0..d9508084 100644
--- a/src/exchange/taler-exchange-httpd_metrics.c
+++ b/src/exchange/taler-exchange-httpd_metrics.c
@@ -84,7 +84,7 @@ TEH_handler_metrics (struct TEH_RequestContext *rc,
                    "# HELP taler_exchange_batch_withdraw_num_coins "
                    " number of coins withdrawn in a batch-withdraw request\n"
                    "# TYPE taler_exchange_batch_withdraw_num_coins counter\n"
-                   "taler_exchange_batch_withdraw_num_coins{type=coins} 
%llu\n",
+                   "taler_exchange_batch_withdraw_num_coins{} %llu\n",
                    "other",
                    TEH_METRICS_num_conflict[TEH_MT_REQUEST_OTHER],
                    "deposit",

-- 
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]