Open
Description
The Go runtime scheduling latency histogram has a max bucket threshold of 100ms. We frequently see histogram values in the max bucket, which suggests there are Go scheduling latency events >100ms. These high latency events can be disruptive depending on the goroutine that goes unscheduled. We should consider lifting the max bucket threshold to capture more data about the tail of scheduling latencies.
Relevant internal slack thread: https://cockroachlabs.slack.com/archives/C063CP41TG9/p1707946050906159
Jira issue: CRDB-37471