You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when I can't easily focus on my own code in Monex profiling reports because results that concern the code that I wrote are intermingled with results produced by Monex itself.
Describe the solution you'd like
A clear and concise description of what you want to happen.
When I look at any of the three reporting tabs in Monex (queries, functions, index usage) the leftmost column is always the source, and it usually contains a path to some resource within the database (or occasionally just a reference to string with an id number). Those sources, at least in the types of queries I run, seem to be primarily of three types:
My own app, e.g., /db/apps/app-name/…
Monex, e.g., /db/apps/monex/…
Standard eXist-db library files, e.g. /Users/userid/Library/Application Support/…, or other resources (e.g., String)
If I’ve understood correctly, Monex knows about these sources because if it didn't it couldn’t list them. I care about # 1, I don’t care about # 2, and I understand how the ultimate source of the operations that show up in # 3 might be ambiguous, since either my own app or Monex might call on standard library resources.
If I could tell Monex to hide # 2 and show me the others, or to show me only # 1, that would be an improvement over having to read around a mixture of the three.
Describe alternatives you've considered
Disabling tracing, clearing, enabling tracing, running, disabling tracing again, and refreshing seems to produce the cleanest view, but it still intermingles results that I don't care about with results that I do care about (at the extremes, it intermingles results produced by Monex itself with results produced my my own code). Monex cannot know what I care about, of course, but since it knows about sources, if it supported dynamic filtering of sources during viewing I could configure what was shown and what was hidden. For example, it might let me enter "/db/apps/app-name" and show me only lines in the reports where the source value begins with that string.
Additional context
I discussed this issue briefly with @line-o in the eXist-db Slack workspace (#community channel) on 2022-09-06. @line-o alerted me that "I am not sure monex is able to determine the source of each running process". While I understand that the ultimate source may not be accessible (for example, whether it is Monex or my app that starts a process in the standard eXist-db library resources, which is my # 3, above), support for user control over filtering results according to the source as Monex already reports it would be a substantial improvement in usability over the current static reporting.
The text was updated successfully, but these errors were encountered:
This is a request for a new feature in Monex.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I can't easily focus on my own code in Monex profiling reports because results that concern the code that I wrote are intermingled with results produced by Monex itself.
Describe the solution you'd like
A clear and concise description of what you want to happen.
When I look at any of the three reporting tabs in Monex (queries, functions, index usage) the leftmost column is always the source, and it usually contains a path to some resource within the database (or occasionally just a reference to string with an id number). Those sources, at least in the types of queries I run, seem to be primarily of three types:
If I’ve understood correctly, Monex knows about these sources because if it didn't it couldn’t list them. I care about # 1, I don’t care about # 2, and I understand how the ultimate source of the operations that show up in # 3 might be ambiguous, since either my own app or Monex might call on standard library resources.
If I could tell Monex to hide # 2 and show me the others, or to show me only # 1, that would be an improvement over having to read around a mixture of the three.
Describe alternatives you've considered
Disabling tracing, clearing, enabling tracing, running, disabling tracing again, and refreshing seems to produce the cleanest view, but it still intermingles results that I don't care about with results that I do care about (at the extremes, it intermingles results produced by Monex itself with results produced my my own code). Monex cannot know what I care about, of course, but since it knows about sources, if it supported dynamic filtering of sources during viewing I could configure what was shown and what was hidden. For example, it might let me enter "/db/apps/app-name" and show me only lines in the reports where the source value begins with that string.
Additional context
I discussed this issue briefly with @line-o in the eXist-db Slack workspace (#community channel) on 2022-09-06. @line-o alerted me that "I am not sure monex is able to determine the source of each running process". While I understand that the ultimate source may not be accessible (for example, whether it is Monex or my app that starts a process in the standard eXist-db library resources, which is my # 3, above), support for user control over filtering results according to the source as Monex already reports it would be a substantial improvement in usability over the current static reporting.
The text was updated successfully, but these errors were encountered: