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