Aliaksandr Valialkin
|
47e4b50112
|
app/vmselect: optimize /api/v1/series by skipping storage data
Fetch and process only time series metainfo.
|
2019-08-04 23:01:28 +03:00 |
|
Aliaksandr Valialkin
|
afcc7fb167
|
app/vmselect/netstorage: improve error message when reading data blocks from storage
Mention the block number in the error. This should simplify troubleshooting in this code.
|
2019-07-28 12:12:35 +03:00 |
|
Aliaksandr Valialkin
|
ab88890523
|
app/vmselect/promql: parallelize incremental aggregation to multiple CPU cores
This may reduce response times for aggregation over big number of time series
with small step between output data points.
|
2019-07-12 15:52:22 +03:00 |
|
Aliaksandr Valialkin
|
419197ba08
|
lib/fs: consolidate *RemoveAll* funcs into a single MustRemoveAll func
The func syncs parent dir in order to persist directory removal
in the event of power loss
|
2019-06-12 01:53:46 +03:00 |
|
Aliaksandr Valialkin
|
ac7b186f13
|
all: try hard removing directory with contents
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/61
|
2019-06-11 01:57:59 +03:00 |
|
Aliaksandr Valialkin
|
cbe692f0e2
|
app/vmselect: add /api/v1/labels/count handler for quick detection of labels with the maximum number of distinct values
|
2019-06-10 19:55:38 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|