milvus/pkg/metrics
Jiquan Long ab059bb064
enhance: add more metrics (#31271) (#31511)
/kind improvement
pr: #31271 
fix: https://github.com/milvus-io/milvus/issues/31272

This pr add more metrics, which are:

Slow query count, which the duration considered as slow can be
configurable;
Number of deleted entities;
Number of entities per collection;
Number of loaded entities per collection;
Number of indexed entities;
Number of indexed entities, per collection, per index and whether it's a
vetor index;
Quota states (LongTimeTickDelay, MemoryExhuasted, DiskQuotaExhuasted)
per database;

---------

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2024-03-22 16:11:07 +08:00
..
datacoord_metrics.go enhance: [cherry-pick] change cp metric to absolute unix ts (#29328) (#29337) 2023-12-20 15:04:42 +08:00
datanode_metrics.go Add metrics for garbage collection (#27303) 2023-09-22 18:47:25 +08:00
indexnode_metrics.go Fix historm metrics buckets range for index (#26976) 2023-09-13 17:21:18 +08:00
info_metrics.go enhance: add basic information of milvus into metrics (#29666) 2024-01-29 15:49:04 +08:00
meta_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
metrics.go enhance: add more metrics (#31271) (#31511) 2024-03-22 16:11:07 +08:00
metrics_test.go enhance: add basic information of milvus into metrics (#29666) 2024-01-29 15:49:04 +08:00
msgstream_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
persistent_store_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
proxy_metrics.go enhance: add more metrics (#31271) (#31511) 2024-03-22 16:11:07 +08:00
querycoord_metrics.go enhance: [Cherry-pick] Add metrics for querycoord current target cp lag (#31391) (#31463) 2024-03-21 10:17:07 +08:00
querynode_metrics.go enhance: add metrics for stopping querynode balance progress (#29201) (#29390) 2023-12-26 10:02:46 +08:00
rootcoord_metrics.go enhance: add more metrics (#31271) (#31511) 2024-03-22 16:11:07 +08:00