mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Added task queue used size metric
This commit is contained in:
parent
f607449cb7
commit
425ef1b205
2 changed files with 6 additions and 0 deletions
|
@ -73,4 +73,9 @@ lazy_static! {
|
|||
"Meilisearch Task Queue Total Size",
|
||||
))
|
||||
.expect("Can't create a metric");
|
||||
pub static ref MEILISEARCH_TASK_QUEUE_USED_SIZE: IntGauge = register_int_gauge!(opts!(
|
||||
"meilisearch_task_queue_used_size",
|
||||
"Meilisearch Task Queue Used Size"
|
||||
))
|
||||
.expect("Can't create a metric");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue