prometheus/tsdb/chunkenc
beorn7 57c18420ab histograms: General readability tweaks
- Adjust doc comments to go1.19 style.
- Break down some overly long lines.
- Minor doc comment tweaks and fixes.
- Some renaming.

Some rationales for the last point:

I have renamed “interjections” into “inserts”, mostly because it is
shorter, and the word shows up a lot by now (and the concept is
cryptic enough to not obfuscate it even more with abbreviations).

I have also tried to find more descriptive naming for the “compare
spans” functions.

Signed-off-by: beorn7 <beorn@grafana.com>
2023-01-19 13:26:42 +01:00
..
bstream.go
bstream_test.go
chunk.go Add chunk encoding for float histogram (#11716) 2022-12-20 15:33:32 +05:30
chunk_test.go
float_histogram.go histograms: General readability tweaks 2023-01-19 13:26:42 +01:00
float_histogram_test.go histograms: General readability tweaks 2023-01-19 13:26:42 +01:00
histogram.go histograms: General readability tweaks 2023-01-19 13:26:42 +01:00
histogram_meta.go histograms: General readability tweaks 2023-01-19 13:26:42 +01:00
histogram_meta_test.go histograms: General readability tweaks 2023-01-19 13:26:42 +01:00
histogram_test.go histograms: General readability tweaks 2023-01-19 13:26:42 +01:00
varbit.go
varbit_test.go
xor.go Add chunk encoding for float histogram (#11716) 2022-12-20 15:33:32 +05:30
xor_test.go