cockroachdb / replicator

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go 1.22: Add FlightRecorder

bobvawter opened this issue · comments

https://go.dev/blog/execution-traces-2024 could let us get a much better handle on slow activities. We can have the Wire stack inject a "global" FlightRecorder which we can then sample when some particular, high-level, action runs slowly.