Debian Patches

Status for golang-github-prometheus-client-golang/1.23.2-2

Patch Description Author Forwarded Bugs Origin Last update
0001-Bug854687-Disable_flaky_test.patch Disable flaky test. Martina Ferrari <tina@debian.org> yes 2025-02-19
0002-api-headstats-int64-timestamps.patch Use explicit int64 types for millisecond-resolution timestamps

Untyped ints on 32-bit archs will lead to overflows when trying to store
millisecond-resolution Unix timestamps. This patch specifies them as int64.
Daniel Swarbrick <dswarbrick@debian.org> yes upstream 2022-09-16
0003-Fix-flaky-TestNativeHistogram.patch Skip buggy TestNativeHistogram test on ppc64el Daniel Swarbrick <dswarbrick@debian.org> yes upstream 2022-11-09
0004-Fix-collector-metrics-test-for-Go-1.24.patch Fix collector metrics test for Go 1.24 Daniel Swarbrick <dswarbrick@debian.org> not-needed 2025-08-16
0005-Fix-collector-metrics-test-for-Go-1.25.patch Fix collector metrics test for Go 1.25 Daniel Swarbrick <dswarbrick@debian.org> not-needed 2025-12-30
0006-feat-collector-add-Go-1.26-new-runtime-metrics-1942.patch feat(collector): add Go 1.26 new runtime metrics (#1942)
* feat(collector): add Go 1.26 runtime metrics support

Add support for 6 new scheduler metrics introduced in Go 1.26:
- /sched/goroutines-created:goroutines (counter)
- /sched/goroutines/not-in-go:goroutines (gauge)
- /sched/goroutines/runnable:goroutines (gauge)
- /sched/goroutines/running:goroutines (gauge)
- /sched/goroutines/waiting:goroutines (gauge)
- /sched/threads/total:threads (gauge)

These metrics enable production monitoring for detecting lock contention,
syscall blockages, scheduler bottlenecks, and CPU capacity issues.

Also includes:
- Regenerated Go 1.25 test files for Go 1.25.6 compatibility
- Fixed flaky TestTimerObserve test by adding minimum delay
- Updated supported_go_versions.json to include Go 1.26rc2


* chore: bump the minimum required version
Kemal Akkoyun <kakkoyun@users.noreply.github.com> no 2026-02-11

All known versions for source package 'golang-github-prometheus-client-golang'

Links