-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
fix(sessions): Fix metrics querybuilder #68745
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
Conversation
not sure why this had sessions as the dataset
Bundle ReportChanges will decrease total bundle size by 552 bytes ⬇️
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #68745 +/- ##
==========================================
+ Coverage 75.75% 79.98% +4.22%
==========================================
Files 6490 6492 +2
Lines 289797 289959 +162
Branches 49928 49957 +29
==========================================
+ Hits 219538 231923 +12385
+ Misses 69845 57625 -12220
+ Partials 414 411 -3
|
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.
Good catch, this is not impacting the product though since the dataset won't be used because this code is not querying anything. The high coupling of query builders with parsing logic makes it quite hard to use exclusively the parsing logic.
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
@iambriccardo Do you have advice on how to resolve the |
I will check this out. |
I have tried several solutions to fix this problem but due to how intertwined the parsing logic is with the |
not sure why this had sessions as the dataset, sessions doesn't exist anymore