milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
30.94k stars 2.95k forks source link

[Enhancement]: Add new metrics reflecting actual thread number milvus process using #37904

Open congqixia opened 4 days ago

congqixia commented 4 days ago

Is there an existing issue for this?

What would you like to be added?

Add new metrics reflecting actual thread number milvus process using including cpp & cgo threads

Why is this needed?

os thread from standard promethues metrics does not include cgo & cpp thread number which is crucial for milvus performance tuning

Anything else?

No response