From 56556a3f3b52a5172b68045e10c322533090c96f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 21 Jun 2024 09:27:11 +0200 Subject: [PATCH] :sparkles: Make the penpot_rpc_climit_timing metric as histogram --- backend/src/app/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index 7e963bb16..b0c6e0a4c 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -126,7 +126,7 @@ {::mdef/name "penpot_rpc_climit_timing" ::mdef/help "Summary of the time between queuing and executing on the CLIMIT" ::mdef/labels ["name"] - ::mdef/type :summary} + ::mdef/type :histogram} :audit-http-handler-queue-size {::mdef/name "penpot_audit_http_handler_queue_size"