Skip to content

feat: add client telemetry support - #3770

Open
xiaofan-luan wants to merge 1 commit into
milvus-io:masterfrom
xiaofan-luan:feat/client-telemetry
Open

xiaofan-luan wants to merge 1 commit into
milvus-io:masterfrom
xiaofan-luan:feat/client-telemetry

feat: add client telemetry support

a9e449e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 1, 2026 in 1s

94.16% (target 90.00%)

View this Pull Request on Codecov

94.16% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 92.40283% with 129 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.16%. Comparing base (64e53d1) to head (a9e449e).

Files with missing lines Patch % Lines
pymilvus/client/telemetry.py 96.60% 36 Missing ⚠️
pymilvus/milvus_client/async_milvus_client.py 80.64% 24 Missing ⚠️
pymilvus/client/connection_manager.py 71.01% 20 Missing ⚠️
pymilvus/client/async_grpc_handler.py 84.61% 18 Missing ⚠️
pymilvus/client/grpc_handler.py 87.78% 16 Missing ⚠️
pymilvus/client/asynch.py 90.24% 8 Missing ⚠️
pymilvus/milvus_client/milvus_client.py 92.13% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3770      +/-   ##
==========================================
- Coverage   94.22%   94.16%   -0.07%     
==========================================
  Files          77       78       +1     
  Lines       16204    17813    +1609     
==========================================
+ Hits        15268    16773    +1505     
- Misses        936     1040     +104     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.