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
experiment with only processing profilable visits for a report that needs it #19762
Open
diosmosis
wants to merge
16
commits into
4.x-dev
Choose a base branch
from
16363-profilable-reports
base: 4.x-dev
Could not load branches
Branch not found: {{ refName }}
Could not load tags
Nothing to show
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…by days since last report as experiment. + add multiFilter() utility function in DataTable since I see the pattern often
If you don't want this PR to be closed automatically in 28 days then you need to assign the label 'Do not close'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Do not close
Pull requests with this label won't be marked as stale by the Close Stale Issues action
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR is based off of #19745.
Refs #16363
This PR is an alternate UX idea for one part of #16363. The issue asks to hide certain reports that depend on profilable data for accuracy. This PR takes one of those reports and modifies it to only aggregate profilable data and also report the number of visits that are not profilable:
Periods w/ 'unprofilable' are displayed with the number of unprofilable visits:
The row as an info icon that would link to documentation explaining the concept and why they're seeing that.
Periods w/o 'unprofilable' visits have an empty value for that row:
@mattab @jane-twizel @tsteur @Javi-Ormaechea can I get your opinion on whether this is a viable solution (in terms of UX and other areas) to the part of #16363 dealing w/ these kinds of reports? Do you think its a better or worse solution than simply hiding the report entirely if > 99% of visits are not profilable, and allowing the data to display in all other cases?
Review