VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 20812008a7 lib/storage: remove metricID with missing metricID->metricName entry
The metricID->metricName entry can be missing in the indexdb after unclean shutdown
when only a part of entries for new time series is written into indexdb.

Recover from such a situation by removing the broken metricID. New metricID
will be automatically created for time series with the given metricName
when new data point will arive to it.
2019-12-02 20:46:44 +02:00
..
netstorage lib/storage: remove metricID with missing metricID->metricName entry 2019-12-02 20:46:44 +02:00
prometheus app/vmselect/prometheus: consistently apply nocache arg to /api/v1/query the same way ast to /api/v1/query_range 2019-11-26 22:55:43 +02:00
promql app/vmselect/promql: estimate per-series scrape interval as 0.6 quantile for the first 100 intervals 2019-12-02 13:42:33 +02:00
main.go all: return 503 http error if service is temporarily unavailable 2019-08-23 09:55:07 +03:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmselect performs the incoming queries and fetches the required data from vmstorage.