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

Expose metrics of QueryCoord and QueryNodes #7113

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

longjiquan
Copy link
Contributor

Signed-off-by: dragondriver jiquan.long@zilliz.com

issue: #7091

@sre-ci-robot sre-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines. label Aug 16, 2021
@longjiquan
Copy link
Contributor Author

PTAL
/cc @xige-16

@longjiquan longjiquan linked an issue Aug 16, 2021 that may be closed by this pull request
@longjiquan longjiquan added this to the 2.0-Backlog milestone Aug 16, 2021
@longjiquan longjiquan force-pushed the mep-8-metrics branch 3 times, most recently from dc0b2f8 to 5da860b Compare August 16, 2021 07:57
@xige-16
Copy link
Contributor

xige-16 commented Aug 16, 2021

/lgtm

@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #7113 (2566c4c) into master (b035ec5) will decrease coverage by 0.04%.
The diff coverage is 7.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7113      +/-   ##
==========================================
- Coverage   42.97%   42.92%   -0.05%     
==========================================
  Files         214      218       +4     
  Lines       25520    25556      +36     
==========================================
+ Hits        10968    10971       +3     
- Misses      13224    13253      +29     
- Partials     1328     1332       +4     
Impacted Files Coverage Δ
internal/distributed/proxy/service.go 0.00% <ø> (ø)
internal/distributed/querycoord/client/client.go 0.00% <0.00%> (ø)
internal/distributed/querycoord/service.go 0.00% <0.00%> (ø)
internal/distributed/querynode/client/client.go 0.00% <0.00%> (ø)
internal/distributed/querynode/service.go 0.00% <0.00%> (ø)
internal/proxy/dummyreq.go 0.00% <0.00%> (-100.00%) ⬇️
internal/proxy/impl.go 0.00% <0.00%> (ø)
internal/proxy/task.go 3.62% <0.00%> (-0.01%) ⬇️
internal/proxy/task_scheduler.go 0.00% <0.00%> (ø)
internal/querynode/impl.go 0.00% <0.00%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 671b273...2566c4c. Read the comment docs.

@mergify mergify bot added the ci-passed label Aug 16, 2021
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
@xige-16
Copy link
Contributor

xige-16 commented Aug 16, 2021

/lgtm

@czs007
Copy link
Contributor

czs007 commented Aug 17, 2021

/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: czs007, DragonDriver

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

@sre-ci-robot sre-ci-robot merged commit 7eb8a66 into milvus-io:master Aug 17, 2021
@longjiquan longjiquan deleted the mep-8-metrics branch December 20, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed lgtm size/XXL Denotes a PR that changes 1000+ lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose metrics of QueryCoord and QueryNodes
4 participants