exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

fix metrics of withdraw - no label

Diffstat:
Msrc/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 @@ -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",