Package: golang-github-prometheus-client-golang / 1.21.1-2~exp1

Metadata

Package Version Patches format
golang-github-prometheus-client-golang 1.21.1-2~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Bug854687 Disable_flaky_test.patch | (download)

prometheus/summary_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable flaky test.

0002 api headstats int64 timestamps.patch | (download)

api/prometheus/v1/api.go | 4 2 + 2 - 0 !
api/prometheus/v1/api_test.go | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 use explicit int64 types for millisecond-resolution timestamps

Bug: https://github.com/prometheus/client_golang/issues/1132
0003 Fix flaky TestNativeHistogram.patch | (download)

prometheus/histogram_test.go | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip buggy testnativehistogram test on ppc64el

Bug: https://github.com/prometheus/client_golang/issues/1165
0004 Add collector metrics test for Go 1.24.patch | (download)

prometheus/collectors/go_collector_go124_test.go | 226 226 + 0 - 0 !
prometheus/go_collector_metrics_go124_test.go | 111 111 + 0 - 0 !
2 files changed, 337 insertions(+)

 add collector metrics test for go 1.24