Skip to content

fix: use UNIX nanoseconds for tile_heartbeat gauge#8201

Open
N3ro47 wants to merge 1 commit intofiredancer-io:mainfrom
N3ro47:6848
Open

fix: use UNIX nanoseconds for tile_heartbeat gauge#8201
N3ro47 wants to merge 1 commit intofiredancer-io:mainfrom
N3ro47:6848

Conversation

@N3ro47
Copy link

@N3ro47 N3ro47 commented Feb 7, 2026

Fixes Issue #6848

Changed tile_heartbeat to report UNIX nanoseconds using fd_log_wallclock() instead of raw ticks.

I'm still learning the tribal knowledge of the project, but my assessment is that fd_log_wallclock is performant enough for the housekeeping path. It maps to clock_gettime(CLOCK_REALTIME), which typically utilizes the vDSO path.

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.

Invalid tile_heardbeat in metrics

1 participant