Skip to content

Comments

Remove tracing instrumentation#7765

Closed
michaelsproul wants to merge 1 commit intosigp:unstablefrom
michaelsproul:remove-instrumentation
Closed

Remove tracing instrumentation#7765
michaelsproul wants to merge 1 commit intosigp:unstablefrom
michaelsproul:remove-instrumentation

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

@michaelsproul
Copy link
Member Author

Closing for now as this had no impact on OOMs.

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