Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: [24]Add missing delete metrics (#38634) #38746

Merged

Conversation

XuanYang-cn
Copy link
Contributor

Add 2 counter metrics:

  • Total delete entries from deltalog:
    milvus_datanode_compaction_delete_count
  • Total missing deletes: milvus_datanode_compaction_missing_delete_count

See also: #34665
pr: #38634

Signed-off-by: yangxuan xuan.yang@zilliz.com

Add 2 counter metrics:
- Total delete entries from deltalog:
milvus_datanode_compaction_delete_count
- Total missing deletes: milvus_datanode_compaction_missing_delete_count

See also: milvus-io#34665
pr: milvus-io#38634

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
@XuanYang-cn XuanYang-cn added this to the 2.4.19 milestone Dec 25, 2024
@sre-ci-robot sre-ci-robot added the size/L Denotes a PR that changes 100-499 lines. label Dec 25, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/enhancement Issues or changes related to enhancement labels Dec 25, 2024
@tedxu
Copy link
Contributor

tedxu commented Dec 25, 2024

/lgtm
/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tedxu, XuanYang-cn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mergify mergify bot added the ci-passed label Dec 25, 2024
@sre-ci-robot sre-ci-robot merged commit 7f11165 into milvus-io:2.4 Dec 25, 2024
13 checks passed
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 97.84946% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.40%. Comparing base (9e43e55) to head (a0b40b4).
Report is 3 commits behind head on 2.4.

Files with missing lines Patch % Lines
...ternal/datanode/compaction/clustering_compactor.go 86.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.4   #38746      +/-   ##
==========================================
- Coverage   80.41%   80.40%   -0.01%     
==========================================
  Files        1077     1077              
  Lines      169607   169637      +30     
==========================================
+ Hits       136393   136402       +9     
- Misses      28718    28739      +21     
  Partials     4496     4496              
Files with missing lines Coverage Δ
internal/datanode/compaction/compactor_common.go 92.85% <100.00%> (+2.14%) ⬆️
internal/datanode/compaction/mix_compactor.go 75.00% <100.00%> (-0.94%) ⬇️
pkg/metrics/datanode_metrics.go 100.00% <100.00%> (ø)
...ternal/datanode/compaction/clustering_compactor.go 65.05% <86.66%> (+0.27%) ⬆️

... and 20 files with indirect coverage changes

@XuanYang-cn XuanYang-cn deleted the cp24/add-missing-deletes-metrics branch December 26, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/enhancement Issues or changes related to enhancement lgtm size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants