mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 22:36:12 +02:00
✨ Improve monitors monitor
This commit is contained in:
parent
1bad233e2f
commit
5d2715dd32
3 changed files with 42 additions and 27 deletions
|
@ -111,6 +111,12 @@
|
|||
:labels ["name"]
|
||||
:type :gauge}
|
||||
|
||||
:executors-completed-tasks
|
||||
{:name "penpot_executors_completed_tasks_total"
|
||||
:help "Aproximate number of completed tasks by the executor."
|
||||
:labels ["name"]
|
||||
:type :counter}
|
||||
|
||||
:executors-running-threads
|
||||
{:name "penpot_executors_running_threads"
|
||||
:help "Current number of threads with state RUNNING."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue