Skip to content
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

Process Tree queries are missing query time #3700

Closed
AlonZivony opened this issue Nov 20, 2023 · 1 comment · Fixed by #3691
Closed

Process Tree queries are missing query time #3700

AlonZivony opened this issue Nov 20, 2023 · 1 comment · Fixed by #3691

Comments

@AlonZivony
Copy link
Contributor

AlonZivony commented Nov 20, 2023

The queries of the Process Tree are giving information according to a query time.
This means that the query time is very relevant in the context of the information.
For example, given a specific process information, you might want to query the matching task information (aka thread information). However, to get the info relevant to the given process info, you must query the exact same time. This is very hard to do in a standalone functions without the timestamp integration into the information given. If this info will move between different code components, we can't expect the use to couple them together himself, as it is part of the info.
This problem is even more severe with the lineage query, which gives each ancestor in a different time (according to fork time of its child).
I think that some sort of coupling of the information with the query time is required.

@rafaeldtinoco

This comment was marked as outdated.

@rafaeldtinoco rafaeldtinoco added this to the v0.20.0 milestone Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants