VictoriaMetrics/lib
Aliaksandr Valialkin 8466ab0034 all: allow setting flags via environment vars
Now flags can be set via environment vars with the same names as flags.
Command-line flags override flags set via env vars.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/311
2020-02-10 13:29:13 +02:00
..
backup all: do not clash flag description with back-quoted flag types 2020-02-04 15:46:52 +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 all: allow setting flags via environment vars 2020-02-10 13:29:13 +02:00
fastnum fix misspelled words (#229) 2019-11-12 00:16:42 +02:00
filestream app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-08 21:21:07 +02:00
fs all: do not clash flag description with back-quoted flag types 2020-02-04 15:46:52 +02:00
httpserver all: do not clash flag description with back-quoted flag types 2020-02-04 15:46:52 +02:00
logger lib/logger: initialize output to os.Stderr by default 2020-02-04 22:40:44 +02:00
memory lib/memory: properly handle int overflow in sysTotalMemory 2019-10-17 00:50:48 +03:00
mergeset all: rename ReadAt* to MustReadAt* in order to dont clash with io.ReaderAt 2020-01-30 15:08:58 +02:00
metricsql app/vmselect/promql: add keep_next_value(q) for filling gaps with the next non-empty value 2020-01-29 00:48:04 +02:00
netutil app/vminsert: simultaneously accept telnet put and HTTP /api/put OpenTSDB metrics at -opentsdbListenAddr 2019-12-14 00:30:12 +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
protoparser lib/protoparser: add parser for Prometheus exposition text format 2020-01-24 20:11:02 +02:00
storage lib/storage: move -dedup.minScrapeInterval flag outside lib/storage, so it doesnt show up in vminsert in cluster version 2020-02-10 13:09:51 +02: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: add missing bucket32.b16his values 2020-01-18 14:26:04 +02:00
workingsetcache lib/workingsetcache: remove data race when resetting c.misses 2019-09-22 19:36:49 +03:00