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

stop telling half-truths about time in the detailed job view #26

Open
jclulow opened this issue May 1, 2023 · 0 comments
Open

stop telling half-truths about time in the detailed job view #26

jclulow opened this issue May 1, 2023 · 0 comments

Comments

@jclulow
Copy link
Collaborator

jclulow commented May 1, 2023

Historically the wollongong web interface (used by GitHub-driven jobs to display job events) has displayed only the time field from the event record.

This is at times misleading; e.g., when trying to correlate timestamps in log files from the job against the event stream itself. The time you usually want in this case is actually stored in time_remote, using the agent's local clock. We should provide a first class facility for seeing both time and time_remote in a way that makes sense to the user, and which makes it clear where the timestamp came from and what value it has in determining when something happened.

In addition, we should also expose the time_factory time (see #24) and the agent monotonic delta time (#25) as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant