Package: golang-github-prometheus-client-golang / 1.18.0-1

Metadata

Package Version Patches format
golang-github-prometheus-client-golang 1.18.0-1 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