VictoriaMetrics/app
Aliaksandr Valialkin f4fd917e4f lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt
All the callers for fs.OpenReaderAt expect that the file will be opened.
So it is better to log fatal error inside fs.MustOpenReaderAt instead of leaving this to the caller.
2020-11-23 09:57:30 +02:00
..
vmagent Adds eureka service discovery (#913) 2020-11-20 14:02:13 +02:00
vmalert all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:30:21 +02:00
vmauth docs: improve readability a bit 2020-09-29 13:05:05 +03:00
vmbackup vmbackup fix panic when no origin fs given (#859) 2020-11-01 23:17:01 +02:00
vminsert app/vminsert: export vm_rpc_vmstorage_is_reachable metric, which can be used for monitoring reachability of vmstorage nodes from vminsert nodes 2020-11-17 22:13:26 +02:00
vmrestore Fix typo in vnrestore readme 2020-10-20 10:49:22 +03:00
vmselect lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt 2020-11-23 09:57:30 +02:00
vmstorage app/vmselect: use storage.NewSearchQuery() instead of constructing storage.SearchQuery in-place 2020-11-16 18:04:33 +02:00