mirror of
https://github.com/penpot/penpot.git
synced 2025-05-04 19:35:54 +02:00
✨ Replace other summary metrics with histogram
This commit is contained in:
parent
f249945dff
commit
31818ec365
1 changed files with 3 additions and 3 deletions
|
@ -102,13 +102,13 @@
|
||||||
{::mdef/name "penpot_tasks_timing"
|
{::mdef/name "penpot_tasks_timing"
|
||||||
::mdef/help "Background tasks timing (milliseconds)."
|
::mdef/help "Background tasks timing (milliseconds)."
|
||||||
::mdef/labels ["name"]
|
::mdef/labels ["name"]
|
||||||
::mdef/type :summary}
|
::mdef/type :histogram}
|
||||||
|
|
||||||
:redis-eval-timing
|
:redis-eval-timing
|
||||||
{::mdef/name "penpot_redis_eval_timing"
|
{::mdef/name "penpot_redis_eval_timing"
|
||||||
::mdef/help "Redis EVAL commands execution timings (ms)"
|
::mdef/help "Redis EVAL commands execution timings (ms)"
|
||||||
::mdef/labels ["name"]
|
::mdef/labels ["name"]
|
||||||
::mdef/type :summary}
|
::mdef/type :histogram}
|
||||||
|
|
||||||
:rpc-climit-queue
|
:rpc-climit-queue
|
||||||
{::mdef/name "penpot_rpc_climit_queue"
|
{::mdef/name "penpot_rpc_climit_queue"
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
{::mdef/name "penpot_audit_http_handler_timing"
|
{::mdef/name "penpot_audit_http_handler_timing"
|
||||||
::mdef/help "Summary of the time between queuing and executing on the audit log http handler"
|
::mdef/help "Summary of the time between queuing and executing on the audit log http handler"
|
||||||
::mdef/labels []
|
::mdef/labels []
|
||||||
::mdef/type :summary}
|
::mdef/type :histogram}
|
||||||
|
|
||||||
:executors-active-threads
|
:executors-active-threads
|
||||||
{::mdef/name "penpot_executors_active_threads"
|
{::mdef/name "penpot_executors_active_threads"
|
||||||
|
|
Loading…
Add table
Reference in a new issue