milvus/pkg/metrics
Jiquan Long dc2cdbe387
enhance: add more metrics (#31271)
/kind improvement
fix: #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 imported;
- 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-19 15:23:06 +08:00
..
datacoord_metrics.go enhance: add more metrics (#31271) 2024-03-19 15:23:06 +08:00
datanode_metrics.go fix: Add more throughput in related metrics (#30038) 2024-01-19 11:34:54 +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 (#29665) 2024-01-29 15:47:02 +08:00
meta_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
metrics_test.go enhance: add basic information of milvus into metrics (#29665) 2024-01-29 15:47:02 +08:00
metrics.go enhance: add more metrics (#31271) 2024-03-19 15:23:06 +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) 2024-03-19 15:23:06 +08:00
querycoord_metrics.go enhance: Add metrics for querycoord current target cp lag (#31391) 2024-03-19 14:07:05 +08:00
querynode_metrics.go enhance: add metrics for load segment progress (#31005) 2024-03-08 15:39:02 +08:00
rootcoord_metrics.go enhance: add more metrics (#31271) 2024-03-19 15:23:06 +08:00