milvus/pkg/util/metricsinfo
Jiquan Long b2a79a0570
enhance: add more metrics (#31271) (#31861)
/kind improvement
fix: #31272 
pr: #31271 

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-04-05 10:09:22 +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) (#31861) 2024-04-05 10:09:22 +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