milvus/pkg/metrics
congqixia 51870aef08
enhance: Use stats Handler to record request/response size metrics (#36107)
Related to #36102

This PR use newly added `grpcSizeStatsHandler` to reduce calling
`proto.Size` since the request & response size info is recorded by grpc
framework.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-09-09 17:13:05 +08:00
..
cgo_metrics.go enhance: async search and retrieve in cgo (#33228) 2024-06-22 09:38:02 +08:00
datacoord_metrics.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
datanode_metrics.go fix: Add more throughput in related metrics (#30038) 2024-01-19 11:34:54 +08:00
grpc_stats_handler.go enhance: Use stats Handler to record request/response size metrics (#36107) 2024-09-09 17:13:05 +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: async search and retrieve in cgo (#33228) 2024-06-22 09:38:02 +08:00
metrics.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
msgstream_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
persistent_store_metrics.go enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +08:00
proxy_metrics.go enhance: add metric to record maxInsertRate and queryNodeMemoryHighWaterLevel (#35185) 2024-08-02 10:14:13 +08:00
querycoord_metrics.go fix: metrics leak on the coord nodes (#33075) 2024-05-20 22:03:39 +08:00
querynode_metrics.go enhance: add hit segment num metrics for queryHook (#35577) 2024-08-23 12:49:02 +08:00
rootcoord_metrics.go enhance: add metric to record disk quota (#35305) 2024-08-07 10:26:16 +08:00
streaming_service_metrics.go enhance: streaming service client (#34656) 2024-08-05 21:38:15 +08:00