VictoriaMetrics/lib/encoding
Aliaksandr Valialkin 0f2ecde0e6 lib/encoding: improve gauge series detection
- Series with negative values are always gauges
- Counters may only have increasing values with possible counter resets

This should improve compression ratio for gauge series which
were previously mistakenly detected as counters.
2019-07-20 14:05:09 +03:00
..
compress.go lib/encoding: add vm_zstd_block_{compress|decompress}_calls_total for determining the number CompressZSTD / DecompressZSTD calls 2019-05-24 13:01:02 +03:00
compress_test.go lib/encoding: substitute CompressZSTD with CompressZSTDLevel 2019-05-24 12:32:55 +03:00
encoding.go lib/encoding: improve gauge series detection 2019-07-20 14:05:09 +03:00
encoding_test.go lib/encoding: improve gauge series detection 2019-07-20 14:05:09 +03:00
encoding_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
int.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
int_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
int_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta2.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta2_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta2_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
nearest_delta_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00