Skip to content

Conversation

jamesmoessis
Copy link
Collaborator

Upgrades to collector v1.32.0/v0.126.0

Adds two tail sampling optimisations. Both related to easing pressure on the hot path goroutine to help response times. Essentially, moving things out of the bottlenecked path and into other goroutines wherever possible. This is possible in places which do not access state (caches) since they do not need to be synchronized.

Adds two tail sampling optimisations. Both related to easing pressure on the hot path goroutine to help response times. Essentially, moving things out of the bottlenecked path and into other goroutines wherever possible. This is possible in places which do not access state (caches) since they do not need to be synchronized.
@jamesmoessis jamesmoessis merged commit caf1890 into main May 27, 2025
1 check passed
@jamesmoessis jamesmoessis deleted the jmoe/upgrade-col-126 branch May 27, 2025 04:53
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.

3 participants