Skip to content

Remove tracing instrumentation #7765

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

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

michaelsproul
Copy link
Member

Proposed Changes

Completely remove all instrument calls. This might be overkill, but I'm taking the maximally conservative approach while we debug OOMs on Fusaka devnets.

@michaelsproul michaelsproul added the work-in-progress PR is a work-in-progress label Jul 21, 2025
@michaelsproul michaelsproul requested a review from jxs as a code owner July 21, 2025 04:30
Comment on lines -820 to -824
.instrument(tracing::info_span!(
"",
service = "fetch_engine_blobs",
block_root = format!("{:?}", block_root)
))
Copy link
Member Author

Choose a reason for hiding this comment

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

This one kind of looks like it was added recently. Maybe you want to keep this @jimmygchen?

Comment on lines -616 to -619
.instrument(info_span!(
"DataAvailabilityChecker",
service = "data_availability_checker"
))
Copy link
Member Author

Choose a reason for hiding this comment

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

This one looks pretty sus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality work-in-progress PR is a work-in-progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant