VictoriaMetrics/app
Aliaksandr Valialkin dc9eafcd02 app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage
This option can be useful when samples for the same time series are ingested with distinct order of labels.
For example, metric{k1="v1",k2="v2"} and metric{k2="v2",k1="v1"}.
2021-03-31 23:27:58 +03:00
..
victoria-metrics app/victoria-metrics: use flag.Parse instead of envflag.Parse for avoiding possible side effects of envflag 2021-03-18 18:20:22 +02:00
vmagent app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage 2021-03-31 23:27:58 +03:00
vmalert all: increase minimum supported Go version for building VictoriaMetrics components from v1.14 to v1.15 2021-03-29 23:04:53 +03:00
vmauth all: increase minimum supported Go version for building VictoriaMetrics components from v1.14 to v1.15 2021-03-29 23:04:53 +03:00
vmbackup all: increase minimum supported Go version for building VictoriaMetrics components from v1.14 to v1.15 2021-03-29 23:04:53 +03:00
vmbackupmanager app/vmbackupmanager: add docs; the vmbackupmanager is available as a part of enterprise subscription 2021-02-27 02:17:55 +02:00
vmctl all: increase minimum supported Go version for building VictoriaMetrics components from v1.14 to v1.15 2021-03-29 23:04:53 +03:00
vminsert app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage 2021-03-31 23:27:58 +03:00
vmrestore all: increase minimum supported Go version for building VictoriaMetrics components from v1.14 to v1.15 2021-03-29 23:04:53 +03:00
vmselect app/vmselect: add -search.maxStatusRequestDuration command-line flag for limiting the duration of requests to /api/v1/status/* and /api/v1/series/count 2021-03-30 21:41:35 +03:00
vmstorage app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage 2021-03-31 23:27:58 +03:00