VictoriaMetrics/app
Nikolay f3a03c4164
Adds windows build (#1040)
* fixes windows compilation,
adds signal impl for windows,
adds free space usage for windows,
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/70
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1036

NOTE victoria metrics database still CANNOT work under windows system,
only vmagent is supported.
To completly port victoria metrics, you have to fix issues with separators,
parsing and posix file removall

* rollback separator

* Adds windows setInformation api,
it must behave like unix, need to test it.
changes procutil

* check for invlaid param

* Fixes posix delete semantic

* refactored a bit

* fixes openbsd build

* removed windows api call

* Fixes code after windows add

* Update lib/procutil/signal_windows.go

Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
2021-02-27 00:37:07 +02:00
..
victoria-metrics lib/storage: properly handle queries containing a filter on metric name plus any number of negative filters and zero non-negative filters 2021-02-18 18:46:36 +02:00
vmagent Adds windows build (#1040) 2021-02-27 00:37:07 +02:00
vmalert app/vmalert: add missing multiarch Dockerfile 2021-02-18 15:23:17 +02:00
vmauth deployment/docker: embed tzdata into prod Go app instead of installing it into base docker image 2021-02-12 04:54:27 +02:00
vmbackup docs: rename vmbackuper to vmbackupmanager 2021-02-16 22:00:39 +02:00
vmctl deployment/docker: embed tzdata into prod Go app instead of installing it into base docker image 2021-02-12 04:54:27 +02:00
vminsert lib/promrelabel: add more optimizations for relabeling for common cases 2021-02-22 16:33:55 +02:00
vmrestore deployment/docker: embed tzdata into prod Go app instead of installing it into base docker image 2021-02-12 04:54:27 +02:00
vmselect adds enforced tag filters into cache key (#1095) 2021-02-27 00:15:53 +02:00
vmstorage app/vmstorage: export vm_composite_filter_success_conversions_total and vm_composite_filter_missing_conversions_total metrics 2021-02-17 19:13:38 +02:00