-
Notifications
You must be signed in to change notification settings - Fork 97
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
reimplement custom interceptor metrics #720
Conversation
b3c36b3
to
1498ce5
Compare
Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com>
1498ce5
to
16b3de6
Compare
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.
Can we add some tests please?
fuck, the auto-merge was enabled :( sorry |
@tomkerkhove, do you mean more tests? I’ve added Interceptor-related tests to all 4 gRPC methods. https://github.com/kedacore/http-add-on/pull/720/files#diff-b0165c879226f6239e3bd158629f647c24a21b79aafba82b7b5df7e78a185c25 |
the bug still with us. Version 0.5.3 |
This PR hasn't been released yet. I think that we'll cut a release during this month |
Custom metrics for the Interceptor were mistakenly removed on #669. This patch reimplements this functionality and adds the missing ScaledObject for the Interceptor to the manifest directory.
Checklist
README.md
docs/
directoryRelated-to: kedacore/charts#487
Fixes: #718