-
Notifications
You must be signed in to change notification settings - Fork 117
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
Set the name
value for metrics tags to the correct top-level resource
#4120
Set the name
value for metrics tags to the correct top-level resource
#4120
Conversation
Previously to v2, we were setting `name` to the Broker or Channel name of the resource. Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
4472911
to
16393a7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4120 +/- ##
==========================================
+ Coverage 48.47% 48.51% +0.03%
==========================================
Files 244 244
Lines 14888 14928 +40
==========================================
+ Hits 7217 7242 +25
- Misses 6943 6955 +12
- Partials 728 731 +3 ☔ View full report in Codecov by Sentry. |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi 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 |
/retest-required |
/test integration-tests |
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.
Thanks
/lgtm
/test reconciler-tests-namespaced-broker |
1 similar comment
/test reconciler-tests-namespaced-broker |
720a336
into
knative-extensions:main
Previously to v2, we were setting
name
to the Broker or Channel name of the resource.