-
Notifications
You must be signed in to change notification settings - Fork 821
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
feat: add unit to view instrument selection criteria #3647
Conversation
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3647 +/- ##
=======================================
Coverage 93.63% 93.63%
=======================================
Files 275 275
Lines 8090 8095 +5
Branches 1679 1682 +3
=======================================
+ Hits 7575 7580 +5
Misses 515 515
|
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.
Implementation looks good but I'd like to see tests added for the functionality
I'd also echo @dyladan on the tests 🙂 One added test similar to Feel free to reach out here or on the CNCF Slack if you have any questions 🙂 |
…3647) Signed-off-by: Julian Labatut <[email protected]>
ff95dd4
to
245cab2
Compare
Please do not modify history or force push on open PRs. It makes it difficult to follow changes made since the last review. A simple merge of main is enough. The PR is squashed when it is merged anyway. |
This also needs a changelog entry |
Signed-off-by: Julian Labatut <[email protected]>
Signed-off-by: Julian Labatut <[email protected]>
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 for adding the tests 🙂
One more change and this should be good to go 🙂
Signed-off-by: Julian Labatut <[email protected]>
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.
Looks good 🚀
thank you for your contribution. 🙂
Which problem is this PR solving?
Allow
unit
as an instrument selection criterion.Fixes #3643
Short description of the changes
unitFilter
toInstrumentSelector
, as anExactPredicate
Type of change
How Has This Been Tested?
npm test