custombuild-v23.2.0-beta.1-141-g70534bf5bd9
dhartunian
tagged this
30 Nov 17:33
Previously, we would use the count of the string `goroutine ` as a proxy for the number of goroutines in the stacktrace. This stopped working in go 1.21 due to this change: https://github.com/golang/go/commit/51225f6fc648ba3e833f3493700c2996a816bdaa We should consider using a stacktrace parser in the future. Supports #112088 Epic: None Release note: None