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

Modularize tracing executor and metrics rename #6424

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

AgeManning
Copy link
Member

Starting to move common crates to be more friendly to export.

This PR adds a tracing feature to the task executor, which removes the slog dependencies and logging.

This also renames the lighthouse_metrics crate to just metrics (as it doesn't contain lighthouse-specific metric code).

@AgeManning AgeManning added the ready-for-review The code is ready for review label Sep 23, 2024
@jimmygchen jimmygchen self-assigned this Oct 3, 2024
Copy link
Member

@macladson macladson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems good to me!

What happens once we've removed slog entirely? Would we remove the cfg's or leave them in in case other projects don't use tracing?

@AgeManning
Copy link
Member Author

I think we remove them entirely

@AgeManning
Copy link
Member Author

@Mergifyio queue

Copy link

mergify bot commented Oct 28, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at e31ac50

mergify bot added a commit that referenced this pull request Oct 28, 2024
@mergify mergify bot merged commit e31ac50 into sigp:unstable Oct 28, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants