Skip to content

fix: Initialize metrics first among telemetry subsystems#193

Merged
TheJokr merged 2 commits intomainfrom
lblocher/fix-metrics-init
Apr 9, 2026
Merged

fix: Initialize metrics first among telemetry subsystems#193
TheJokr merged 2 commits intomainfrom
lblocher/fix-metrics-init

Conversation

@TheJokr
Copy link
Copy Markdown
Collaborator

@TheJokr TheJokr commented Apr 9, 2026

Other subsystems may register metrics during initialization
(specifically, tracing_max_queue_size right now). Not initializing
metrics first causes the REGISTRIES singleton to be defaulted when a
metric is registered beforehand.

Includes release commit for v5.6.1

TheJokr added 2 commits April 9, 2026 17:36
Other subsystems may register metrics during initialization
(specifically, `tracing_max_queue_size` right now). Not initializing
metrics first causes the `REGISTRIES` singleton to be defaulted when a
metric is registered beforehand.
@TheJokr TheJokr requested a review from fisherdarling April 9, 2026 15:41
@TheJokr TheJokr self-assigned this Apr 9, 2026
@TheJokr TheJokr merged commit f1f8bb3 into main Apr 9, 2026
20 checks passed
@TheJokr TheJokr deleted the lblocher/fix-metrics-init branch April 9, 2026 15:47
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.

2 participants