aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Boss <bossm8@bfh.ch>2022-05-12 19:32:10 +0200
committerMarco Boss <bossm8@bfh.ch>2022-05-12 19:32:10 +0200
commitd6c161a72e56a15602f581ba0cb7b7a1610f2529 (patch)
treeb0edbadbd95707a090763d0560f67e0bbd58e64d
parentdb320d3e8e0e4b6137bb24d429a8f96aa2730e87 (diff)
fix metrics of withdraw - no label
-rw-r--r--src/exchange/taler-exchange-httpd_metrics.c2
1 files changed, 1 insertions, 1 deletions
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",