Improve monitors monitor

This commit is contained in:
Andrey Antukh 2022-02-28 15:25:17 +01:00
parent 1bad233e2f
commit 5d2715dd32
3 changed files with 42 additions and 27 deletions

View file

@ -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."