-
Notifications
You must be signed in to change notification settings - Fork 68
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
Implement Metrics for RabbitMQ Eventing Ingress #582
Conversation
@ikvmw: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ikvmw 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 |
Codecov Report
@@ Coverage Diff @@
## main #582 +/- ##
==========================================
+ Coverage 74.67% 75.07% +0.39%
==========================================
Files 35 36 +1
Lines 2492 2568 +76
==========================================
+ Hits 1861 1928 +67
- Misses 562 568 +6
- Partials 69 72 +3
Continue to review full report at Codecov.
|
waiting for #583 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's awesome to see metrics being brought in 👍
Can we link to the knative.dev docs somewhere in our own docs so users can learn more?
} | ||
|
||
ack := dc.Wait() | ||
dispatchTime := time.Since(start) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: just for readability, move this calculation after the error handling on L225
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a great conversation with @ikvmw so I got loads of context of where we are with this PR.
I think we need to merge this PR as is and plan to refactor the shared bits with the in-memory broker, as well as discuss the dispatcher + cloudevents SDK metrics implementation.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ikvmw, salaboy 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 |
@ikvmw I think this PR only needs rebase for merging it.. @gabo1208 or @gab-satchi did you already got all your comments answered? |
@salaboy no I didn't. combining the 2 methods is just refactoring but I do think it'll be valuable to measure unsuccessful calls as well as successful ones. |
/lgtm |
@ikvmw: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@ikvmw are we waiting on something to merge this one? |
/retest |
/lgtm |
Changes
/kind enhancement
See #415
Release Note
Docs