mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 03:01:39 +02:00
✨ Add more metrics to update-file.
This commit is contained in:
parent
320a4552bc
commit
f6e18de6af
6 changed files with 86 additions and 74 deletions
|
@ -28,11 +28,24 @@
|
|||
{:name "actions_profile_register_count"
|
||||
:help "A global counter of user registrations."
|
||||
:type :counter}
|
||||
|
||||
:profile-activation
|
||||
{:name "actions_profile_activation_count"
|
||||
:help "A global counter of profile activations"
|
||||
:type :counter}
|
||||
|
||||
:update-file-changes
|
||||
{:name "rpc_update_file_changes_total"
|
||||
:help "A total number of changes submitted to update-file."
|
||||
:type :counter}
|
||||
|
||||
:update-file-bytes-processed
|
||||
{:name "rpc_update_file_bytes_processed_total"
|
||||
:help "A total number of bytes processed by update-file."
|
||||
:type :counter}}}
|
||||
|
||||
|
||||
|
||||
:app.migrations/all
|
||||
{:main (ig/ref :app.migrations/migrations)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue