mirror of
https://github.com/penpot/penpot.git
synced 2026-08-16 01:38:53 +00:00
🐛 Fix metrics for rpc methods
This commit is contained in:
parent
e5c99231da
commit
db7fcfcb1a
@ -61,21 +61,15 @@
|
|||||||
::mdef/help "A total number of bytes processed by update-file."
|
::mdef/help "A total number of bytes processed by update-file."
|
||||||
::mdef/type :counter}
|
::mdef/type :counter}
|
||||||
|
|
||||||
:rpc-mutation-timing
|
:rpc-main-timing
|
||||||
{::mdef/name "penpot_rpc_mutation_timing"
|
{::mdef/name "penpot_rpc_main_timing"
|
||||||
::mdef/help "RPC mutation method call timing."
|
::mdef/help "RPC command method call timing for main"
|
||||||
::mdef/labels ["name"]
|
::mdef/labels ["name"]
|
||||||
::mdef/type :histogram}
|
::mdef/type :histogram}
|
||||||
|
|
||||||
:rpc-command-timing
|
:rpc-management-timing
|
||||||
{::mdef/name "penpot_rpc_command_timing"
|
{::mdef/name "penpot_rpc_management_timing"
|
||||||
::mdef/help "RPC command method call timing."
|
::mdef/help "RPC command method call timing for management."
|
||||||
::mdef/labels ["name"]
|
|
||||||
::mdef/type :histogram}
|
|
||||||
|
|
||||||
:rpc-query-timing
|
|
||||||
{::mdef/name "penpot_rpc_query_timing"
|
|
||||||
::mdef/help "RPC query method call timing."
|
|
||||||
::mdef/labels ["name"]
|
::mdef/labels ["name"]
|
||||||
::mdef/type :histogram}
|
::mdef/type :histogram}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user