-
Notifications
You must be signed in to change notification settings - Fork 592
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
Eventing TLS: Add scheme label to metrics #7581
Conversation
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Welcome @sadath-12! It looks like this is your first PR to knative/eventing 🎉 |
Hi @sadath-12. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
PR is WIP |
@sadath-12 when the PR is WIP you can add
|
thanks for letting know @pierDipi 😊 |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
ready for review |
/ok-to-test |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
/retest |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Can you check the test failures https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative_eventing/7581/unit-tests_eventing_main/1747823117209702400 and code style errors https://github.com/knative/eventing/actions/runs/7564936038/job/20612089237?pr=7581 ? You can run unit tests locally with |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7581 +/- ##
==========================================
- Coverage 74.56% 74.44% -0.12%
==========================================
Files 262 262
Lines 14951 15041 +90
==========================================
+ Hits 11148 11198 +50
- Misses 3215 3243 +28
- Partials 588 600 +12 ☔ View full report in Codecov by Sentry. |
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
Signed-off-by: sadath-12 <sadathsadu2002@gmail.com>
/assign @Cali0707 |
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.
/lgtm
/cc @pierDipi
For a final approval on this one, as I'm less familiar with metrics reporting code
/approve Thanks for the contribution @sadath-12 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, sadath-12 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 |
Fixes #6838
Proposed Changes
Added scheme label on
ReporterArgs
to be set byurl.scheme
in the request if it is emptyhttp
will be setPre-review Checklist
Release Note
Docs