milvus/pkg/util/metricsinfo
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
..
cache.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
cache_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
err.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
metric_type.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
metric_type_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
metrics_info.go enhance: add more metrics (#31271) (#31511) 2024-03-22 16:11:07 +08:00
metrics_info_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
quota_metric.go Support rate limit based on growing segments size (#24121) 2023-05-17 09:57:22 +08:00
topology.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
topology_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
utils.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
utils_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00