prometheus/tsdb/chunkenc
Ben Kochie 204249fcb5
Some checks are pending
buf.build / lint and publish (push) Waiting to run
CI / Go tests (push) Waiting to run
CI / More Go tests (push) Waiting to run
CI / Go tests with previous Go version (push) Waiting to run
CI / UI tests (push) Waiting to run
CI / Go tests on Windows (push) Waiting to run
CI / Mixins tests (push) Waiting to run
CI / Build Prometheus for common architectures (push) Waiting to run
CI / Build Prometheus for all architectures (push) Waiting to run
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions
CI / Check generated parser (push) Waiting to run
CI / golangci-lint (push) Waiting to run
CI / fuzzing (push) Waiting to run
CI / codeql (push) Waiting to run
CI / Publish main branch artifacts (push) Blocked by required conditions
CI / Publish release artefacts (push) Blocked by required conditions
CI / Publish UI on npm Registry (push) Blocked by required conditions
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
Update golangci-lint (#17478)
* Update golangci-lint to v2.6.0
* Fixup various linting issues.
* Fixup deprecations.
* Add exception for `labels.MetricName` deprecation.

Signed-off-by: SuperQ <superq@gmail.com>
2025-11-05 13:47:34 +01:00
..
bstream.go [PERF] Chunk encoding: simplify writeByte 2024-09-18 13:19:04 +01:00
bstream_test.go tsdb/chunkenc.Pool: Refactor Get and Put 2024-05-08 13:37:25 +02:00
chunk.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
chunk_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
float_histogram.go Update golangci-lint (#17478) 2025-11-05 13:47:34 +01:00
float_histogram_test.go better errors naming and formatting, typo fixes 2025-09-23 11:20:55 +02:00
histogram.go Update golangci-lint (#17478) 2025-11-05 13:47:34 +01:00
histogram_meta.go Update golangci-lint (#17478) 2025-11-05 13:47:34 +01:00
histogram_meta_test.go fix(chunkenc): appending histograms with empty buckets (#16893) 2025-07-24 18:01:02 +02:00
histogram_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
varbit.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
varbit_test.go Use more varbit in histogram chunks 2021-10-13 20:03:35 +02:00
xor.go [REFACTOR] TSDB chunks: replace magic numbers with constants (#17095) 2025-09-02 16:05:21 +01:00
xor_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00