From d6c161a72e56a15602f581ba0cb7b7a1610f2529 Mon Sep 17 00:00:00 2001 From: Marco Boss Date: Thu, 12 May 2022 19:32:10 +0200 Subject: fix metrics of withdraw - no label --- src/exchange/taler-exchange-httpd_metrics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", -- cgit v1.2.3