VictoriaMetrics/app
Gard Rimestad d0706c8c95
app/vmagent add metric for rate limit (#2521)
This adds a metric for the rate limit.
The limit is present as a flag currently:
`flag{name="remoteWrite.rateLimit", value="500000", is_set="true"} 1`

We are running many instances of vmagent and when creating alerts it is harder than it needs to be when extracting the value from the flag.

With this change it should be easier to monitor how close to the limit we are.

`((100/vmagent_remotewrite_rate_limit{account="account"})*sum (rate(vmagent_remotewrite_conn_bytes_written_total{account="account"}))) and ON (account) flag{name="remoteWrite.rateLimit"} == 1`
2022-05-02 22:20:05 +03:00
..
victoria-metrics lib/storage: leave the last sample per each discrete interval during the deduplicaton 2022-05-02 21:50:45 +03:00
vmagent app/vmagent add metric for rate limit (#2521) 2022-05-02 22:20:05 +03:00
vmalert app/vmalert: run make quicktemplate-gen from the repository root 2022-05-02 15:17:03 +03:00
vmauth lib/httpserver: clarify that -tls flag enables TLS for http requests to -httpListenAddr 2022-04-16 16:59:26 +03:00
vmbackup app: sync Markdown changes from a8de1ab000 2022-03-22 14:11:18 +02:00
vmbackupmanager app: sync Markdown changes from a8de1ab000 2022-03-22 14:11:18 +02:00
vmctl vmctl/vm: added datapoints collection bar (#2486) 2022-05-02 09:06:34 +02:00
vmgateway app: sync Markdown changes from a8de1ab000 2022-03-22 14:11:18 +02:00
vminsert vmctl verify-blocks command (#2390) 2022-04-05 16:01:32 +02:00
vmrestore app: sync Markdown changes from a8de1ab000 2022-03-22 14:11:18 +02:00
vmselect app/vmui: execute query by pressing enter in the same way as Prometheus does 2022-05-02 19:49:29 +03:00
vmstorage lib/{storage,flagutil} - Add option for snapshot autoremoval (#2487) 2022-05-02 11:00:15 +03:00
vmui app/vmui: execute query by pressing enter in the same way as Prometheus does 2022-05-02 19:49:29 +03:00