mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7b9ba456ff
These metrics allow alerting when the number of unique series approach the limit. For example, the following query alerts when the number of series reaches 90% of the configured limit: vm_hourly_series_limit_current_series / vm_hourly_series_limit_max_series > 0.9 |
||
---|---|---|
.. | ||
deployment | ||
multiarch | ||
servers | ||
main.go | ||
Makefile | ||
README.md |
vmstorage
performs the following tasks:
-
Accepts inserts from
vminsert
nodes and stores them to local storage. -
Performs select requests from
vmselect
nodes.