Skip to content

Commit bbdb7aa

Browse files
committed
debug recode
For incident #incident-2025-07-17-corrupt-native-histogram-metrics-in-database Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
1 parent f241084 commit bbdb7aa

4 files changed

Lines changed: 47 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ require (
345345
sigs.k8s.io/yaml v1.4.0 // indirect
346346
)
347347

348-
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v1.8.2-0.20250709154606-832330026356
348+
replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus v1.8.2-0.20250718072528-c2068c210270
349349

350350
// Replace memberlist with our fork which includes some fixes that haven't been
351351
// merged upstream yet:

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ github.com/grafana/memberlist v0.3.1-0.20250428154222-f7d51a6f6700 h1:0t7iOQ5ZkB
579579
github.com/grafana/memberlist v0.3.1-0.20250428154222-f7d51a6f6700/go.mod h1:Ri9p/tRShbjYnpNf4FFPXG7wxEGY4Nrcn6E7jrVa//4=
580580
github.com/grafana/mimir-otlptranslator v0.0.0-20250703083430-c31a9568ad96 h1:kq5zJVW9LyFOB5xCeQPTON2HNjwwEkefhegZXGIhQPk=
581581
github.com/grafana/mimir-otlptranslator v0.0.0-20250703083430-c31a9568ad96/go.mod h1:P8AwMgdD7XEr6QRUJ2QWLpiAZTgTE2UYgjlu3svompI=
582-
github.com/grafana/mimir-prometheus v1.8.2-0.20250709154606-832330026356 h1:LKoAN2+BstRPipmXQsn310IaeNR56YS8+pd9txllG4g=
583-
github.com/grafana/mimir-prometheus v1.8.2-0.20250709154606-832330026356/go.mod h1:51sCkEHDpexFCGizYi1W4omiFaKThWThkquNPOxhwxQ=
582+
github.com/grafana/mimir-prometheus v1.8.2-0.20250718072528-c2068c210270 h1:qo2iXCi7WPyOnfU+NRxh8EQh1s1GIO3XckC/y9fbqEE=
583+
github.com/grafana/mimir-prometheus v1.8.2-0.20250718072528-c2068c210270/go.mod h1:51sCkEHDpexFCGizYi1W4omiFaKThWThkquNPOxhwxQ=
584584
github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956 h1:em1oddjXL8c1tL0iFdtVtPloq2hRPen2MJQKoAWpxu0=
585585
github.com/grafana/opentracing-contrib-go-stdlib v0.0.0-20230509071955-f410e79da956/go.mod h1:qtI1ogk+2JhVPIXVc6q+NHziSmy2W5GbdQZFUHADCBU=
586586
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=

vendor/github.com/prometheus/prometheus/tsdb/chunkenc/histogram.go

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)