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

feat: Tracing instrumentation and structured logging #115

Merged
merged 21 commits into from
Sep 22, 2023
Merged

Conversation

aborgna-q
Copy link
Collaborator

@aborgna-q aborgna-q commented Sep 20, 2023

  • Adds some minimal tracing instrumentation. The idea is to do some multithreaded perf debugging in the future based on that.
  • Leverages the same infrastructure to refactor the TASO logger, now events are logged into the global logger, and the executable subscribes to either general events (for stdout), or more granular data (for the logfile).

@aborgna-q aborgna-q linked an issue Sep 21, 2023 that may be closed by this pull request
src/optimiser/taso/log.rs Outdated Show resolved Hide resolved
@aborgna-q aborgna-q requested a review from ss2165 September 21, 2023 14:53
@aborgna-q aborgna-q merged commit 6378d33 into main Sep 22, 2023
7 checks passed
@aborgna-q aborgna-q deleted the feat/tracing-logs branch September 22, 2023 14:12
ss2165 pushed a commit that referenced this pull request Sep 25, 2023
- Adds some minimal `tracing` instrumentation. The idea is to do some
multithreaded perf debugging in the future based on that.
- Leverages the same infrastructure to refactor the TASO logger, now
events are logged into the global logger, and the executable subscribes
to either general events (for stdout), or more granular data (for the
logfile).
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

Successfully merging this pull request may close these issues.

feat: Add tracing support to TASO (and in general)
2 participants