package
0.0.0-20241004052545-caa2fb9b60ae
Repository: https://github.com/grafana/mimir.git
Documentation: pkg.go.dev

# Functions

CaptureOutput replaces os.Stdout and os.Stderr with new pipes, that will write output to buffers.
No description provided by the author
EqualSlices is a comparison function for slices that treats nil slices as equivalent to empty slices (which the assert.Equals assertion does not).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
explicit decoded version of GenerateTestHistogram and GenerateTestFloatHistogram.
No description provided by the author
No description provided by the author
NewTB creates tb from testing.TB.
No description provided by the author
RequireFloatHistogramEqual ignores counter resets of non gauge histograms.
RequireHistogramEqual ignores counter resets of non gauge histograms.
RequireIteratorFloat checks that the iterator contains the expected float value and type at the position.
RequireIteratorFloatHistogram checks that the iterator contains the expected float histogram value and type at the position.
RequireIteratorHistogram checks that the iterator contains the expected histogram value and type at the position.
No description provided by the author
No description provided by the author
No description provided by the author
We use unsafe casting to convert between some Mimir and Prometheus types For this to be safe, the two types need to have the same shape (same fields in the same order).
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

TB represents union of test and benchmark.