VictoriaMetrics/lib
Aliaksandr Valialkin 0681b4c27a lib/workingsetcache: accumulate stat counters on cache rotation
This should prevent from cache stats counters going down after cache rotation,
which may corrupt `cache hit ratio` graph on the official Grafan dasbhoards
when using the following query:

    1 - (sum(rate(vm_cache_misses_total[5m])) by (type) / sum(rate(vm_cache_requests_total[5m])) by (type))
2020-04-10 11:51:40 +03:00
..
backup all: fix golangci-lint issues 2020-03-10 19:41:46 +02:00
buildinfo all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
bytesutil all: rename ReadAt* to MustReadAt* in order to dont clash with io.ReaderAt 2020-01-30 15:08:58 +02:00
decimal lib/decimal: calculate ln2/ln10 constant during compile time 2019-11-23 15:52:58 +02:00
encoding lib/encoding: log the compressed block contents if it cannot be decompressed or unmarshaled 2019-12-24 20:48:31 +02:00
envflag lib/envflag: add -envflag.prefix for setting optional prefix for environment vars 2020-03-30 15:51:19 +03:00
fastnum Makefile: add build and test rules with enabled race detector. These rules have -race suffix 2020-03-05 12:03:38 +02:00
filestream app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
flagutil [vmalert] config parser (#393) 2020-03-29 01:48:30 +02:00
fs lib/fs: typo fix: read blocks bigger than 8KB via pread() call instead of using mmap 2020-02-25 18:05:06 +02:00
httpserver [vmalert] improve external url handling 2020-04-01 22:29:11 +03:00
ingestserver app/vmagent: add ability to accept Influx line protocol data via TCP and UDP 2020-02-25 19:12:49 +02:00
logger lib/logger: initialize output to os.Stderr by default 2020-02-04 22:40:44 +02:00
memory lib/memory: add more details to -memory.allowedPercent help message 2020-04-09 15:28:53 +03:00
mergeset lib/mergeset: skip createing temporary part objects when merging source inmemory parts 2020-02-13 14:09:32 +02:00
metricsql app/vmselect: add label_map(q, label, srcValue1, dstValue1, ... srcValueN, dstValueN) function to MetricsQL 2020-03-12 19:13:47 +02:00
netutil app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
persistentqueue all: fix golangci-lint issues 2020-03-10 19:41:46 +02:00
procutil lib/procutil: typo fix in comment to WaitForSigterm 2019-06-04 17:31:47 +03:00
prompb app/vminsert: moved -maxInsertRequestSize command-line flag out of lib/prompb in order to prevent its inclusion in vmselect and vmstorage apps 2020-01-28 23:02:08 +02:00
prompbmarshal app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
promrelabel app/vmagent: do not allow non-supported fields in -remoteWrite.relabelConfig and file_sd_configs 2020-03-06 20:19:13 +02:00
promscrape lib/promscrape: reduce timestamp jitter when scraping targets 2020-04-01 16:11:35 +03:00
protoparser lib/protoparser/csvimport: add missing metric vm_rows_invalid_total{type="csvimport"} 2020-03-12 15:27:45 +02:00
storage lib/storage: add missing reset for tagFilter.matchesEmptyValue on tagFilter.Init 2020-04-01 17:42:44 +03:00
syncwg all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timerpool lib/timerpool: use timer pool in concurrency limiters 2019-05-28 17:20:10 +03:00
uint64set lib/uint64set: remove zero buckets after Set.Intersect 2020-03-27 01:15:58 +02:00
workingsetcache lib/workingsetcache: accumulate stat counters on cache rotation 2020-04-10 11:51:40 +03:00
writeconcurrencylimiter app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00