Aliaksandr Valialkin
|
67cfc07004
|
docs/CHANGELOG.md: document the bugfix from 6f19bb23a1
|
2021-06-04 11:56:06 +03:00 |
|
Aliaksandr Valialkin
|
c53a90e5fc
|
docs/CHANGELOG.md: document that it is possible to build VictoriaMetrics components for Solaris
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1322
This is a follow-up for ddc8022702
|
2021-06-04 04:41:12 +03:00 |
|
Aliaksandr Valialkin
|
1c09e71f5b
|
app/vminsert: add -disableRerouting command-line flag for disabling re-routing if some vmstorage nodes have lower performance than the others
Refactor the rerouting mechanism and make it more resilient to cases when some of vmstorage nodes are temporarily unavailable.
Reduce the probability of rerouting storm.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/791
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1054
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1165
|
2021-06-04 04:33:52 +03:00 |
|
Aliaksandr Valialkin
|
8cdecfc52c
|
app/vmauth: allow balancing the load among multiple backend nodes by specifying multiple urls in url_prefix config
|
2021-05-29 01:04:22 +03:00 |
|
Aliaksandr Valialkin
|
bf9f77d74d
|
docs/Articles.md: add a link to https://www.percona.com/blog/2021/05/26/compiling-a-percona-monitoring-and-management-v2-client-in-arm-raspberry-pi-3/
|
2021-05-28 14:34:06 +03:00 |
|
Aliaksandr Valialkin
|
c97212ea63
|
docs/MetricsQL.md: add a link to technical details about rate() and increase() calculations in Prometheus and VictoriaMetrics
|
2021-05-28 13:14:23 +03:00 |
|
Aliaksandr Valialkin
|
734074e8a6
|
docs/Single-server-VictoriaMetrics.md: remove misleading wording about querying Graphite metrics with MetricsQL
|
2021-05-28 02:40:02 +03:00 |
|
Aliaksandr Valialkin
|
97de72054e
|
docs: document f0c21b6300
|
2021-05-27 15:04:13 +03:00 |
|
Aliaksandr Valialkin
|
6c4921b3bd
|
docs: make docs-sync after 2bbb1cc7c1
|
2021-05-26 12:33:01 +03:00 |
|
Roman Khavronenko
|
b42f7fc185
|
Docs review (#1330)
* re-order components by prioritizing Cluster-VictoriaMetrics.md
* drop Home.md since it just duplicates other links
|
2021-05-26 12:32:59 +03:00 |
|
Aliaksandr Valialkin
|
820ac6cd0c
|
docs/CHANGELOG.md: document changes from 2233d6ed8a and d210958fd0
|
2021-05-26 12:24:28 +03:00 |
|
Dan Fredell
|
e05c03cf00
|
Fix quote difference on label_move example (#1321)
Fix quote difference on label_move example
|
2021-05-25 12:13:39 +03:00 |
|
Aliaksandr Valialkin
|
25ed1f0c4f
|
docs/CHANGELOG.md: cut v1.60.0
|
2021-05-24 15:55:31 +03:00 |
|
Aliaksandr Valialkin
|
65b4ae95e3
|
docs/Single-server-VictoriaMetrics.md: clarify that the storage size depends on the number of samples per series
|
2021-05-24 15:48:45 +03:00 |
|
Aliaksandr Valialkin
|
c9229e3c0b
|
docs/vmalert.md: sync with app/vmalert/README.md via make docs-sync
|
2021-05-24 15:48:44 +03:00 |
|
Aliaksandr Valialkin
|
402a8ca710
|
lib/storage: do not populate MetricID->MetricName cache during data ingestion
This cache isn't needed during data ingestion, so there is no need in spending RAM on it.
This reduces RAM usage on data ingestion path by 30%
|
2021-05-24 03:06:40 +03:00 |
|
Aliaksandr Valialkin
|
68c3901ebd
|
docs/CHANGELOG.md: small typo fix
|
2021-05-23 14:15:49 +03:00 |
|
Aliaksandr Valialkin
|
8ec3e876be
|
docs/CHANGELOG.md: document the addition of extra_filter_labels at 84cc0513e1
|
2021-05-23 14:15:49 +03:00 |
|
Aliaksandr Valialkin
|
71ff7ee18d
|
lib/promauth: follow-up after 5b8176c68e
|
2021-05-22 18:02:03 +03:00 |
|
Aliaksandr Valialkin
|
23355ca34c
|
lib/fs: wait for a while before giving up on NFS file removal if the removal queue is full
This should reduce the probability of the panic on a highly loaded VictoriaMetrics
accepting millions of samples per second.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1313
|
2021-05-21 17:21:35 +03:00 |
|
Aliaksandr Valialkin
|
e9a63a5942
|
docs/MetricsQL.md: add a link to a list of supported timezones that can be passed to timezone_offset() function
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1306
|
2021-05-21 16:56:07 +03:00 |
|
Aliaksandr Valialkin
|
f664f7fb1d
|
docs/CHANGELOG.md: mention the bugfix from d626c5c2a9
Updates https://github.com/VictoriaMetrics/operator/issues/243
|
2021-05-21 16:38:20 +03:00 |
|
Aliaksandr Valialkin
|
d77db9d813
|
all: do not skip SIGHUP signal during service initialization
This can lead to stale or incomplete configs like in the https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1240
|
2021-05-21 16:38:20 +03:00 |
|
Aliaksandr Valialkin
|
45849886a3
|
docs/FAQ.md: re-order questions to be more attractive to visitors
|
2021-05-20 19:50:57 +03:00 |
|
Aliaksandr Valialkin
|
6139f6ed6d
|
app/vmauth: add ability to protect /-/reload endpoint with authKey
|
2021-05-20 18:48:34 +03:00 |
|
Aliaksandr Valialkin
|
9aa22cccf0
|
docs/CHANGELOG.md: move tip to proper place
|
2021-05-20 17:58:24 +03:00 |
|
Aliaksandr Valialkin
|
4a7aef4707
|
docs/FAQ.md: add a question on how to run VictoriaMetrics on FreeBSD
The question has been extracted from https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1284
|
2021-05-20 16:18:36 +03:00 |
|
Aliaksandr Valialkin
|
429ae37863
|
docs/FAQ.md: add can I use VictoriaMetrics instead of Prometheus?
The question has been extracted from https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1284
|
2021-05-20 16:18:36 +03:00 |
|
Aliaksandr Valialkin
|
6d987971e3
|
docs/FAQ.md: add a question about memory limits for VictoriaMetrics components
The question has been extracted from https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1284
|
2021-05-20 16:18:36 +03:00 |
|
Aliaksandr Valialkin
|
26dc52cbde
|
docs/FAQ.md: add a question about multi-tenancy
The question has been extracted from https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1284
|
2021-05-20 15:52:17 +03:00 |
|
Aliaksandr Valialkin
|
165a9f9200
|
app/vmstorage: add ability to limit series cardinality via -storage.maxHourlySeries and -storage.maxDailySeries command-line flags
|
2021-05-20 15:31:57 +03:00 |
|
Aliaksandr Valialkin
|
7aad5c3f76
|
app/vmagent: add ability to limit series cardinality on a per-hour and per-day basis
|
2021-05-20 15:31:57 +03:00 |
|
Aliaksandr Valialkin
|
a613be1518
|
docs/CHANGELOG.md: document the bugfix in vmctl import for InfluxDB lines with identical names for field and tag
See dcf8803bbd
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1299
|
2021-05-20 12:07:15 +03:00 |
|
Aliaksandr Valialkin
|
2cc5567ab8
|
docs/CHANGELOG.md: refer to the issue related to timezone_offset() function
|
2021-05-20 12:02:32 +03:00 |
|
Aliaksandr Valialkin
|
180829b8c2
|
app/vmselect/promql: add timezone_offset(tz) function
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1306
|
2021-05-20 11:54:06 +03:00 |
|
Neo He
|
c5ab00ebee
|
app/{vmbackup,vmrestore},docs/vmrestore.md: typo fix: vbackup -> vmbackup (#1305)
|
2021-05-18 16:38:15 +03:00 |
|
Aliaksandr Valialkin
|
74ef40034c
|
lib/httpserver: typo fix in -http.shutdownDelay command-line flag description: servier -> server
|
2021-05-18 16:25:27 +03:00 |
|
Aliaksandr Valialkin
|
1668280e67
|
docs/vmalert.md: document multitenant support
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/740
|
2021-05-18 16:25:21 +03:00 |
|
Aliaksandr Valialkin
|
7fe362deb1
|
app/vmauth: reload -auth.config on the request to /-/reload
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1194
|
2021-05-18 02:24:37 +03:00 |
|
Aliaksandr Valialkin
|
25ca108642
|
docs/vmbackup.md: typo fix: snaphosts -> snapshots
Thanks to @jelmd - see 1ab27582a3 (r50884395)
|
2021-05-18 01:14:01 +03:00 |
|
Aliaksandr Valialkin
|
6ea191d196
|
docs: dealay -> delay
|
2021-05-18 01:07:32 +03:00 |
|
Aliaksandr Valialkin
|
bae4d61ef2
|
docs/CHANGELOG.md: document b38edec7ee
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1293
|
2021-05-17 01:58:18 +03:00 |
|
Roman Khavronenko
|
c47825c255
|
Docs update from victoriaMetrics.github.io (#1302)
* port change from 11ca65677b
* port change from afb41dfa43
* port change from f82e3733c9
* port change from d499ab0502
|
2021-05-17 01:51:54 +03:00 |
|
Aliaksandr Valialkin
|
e08287f017
|
lib/promscrape: reload auth tokens from files every second
Previously auth tokens were loaded at startup and couldn't be updated without vmagent restart.
Now there is no need in vmagent restart.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1297
|
2021-05-14 20:03:35 +03:00 |
|
Aliaksandr Valialkin
|
f13fb6e867
|
docs/Articles.md: add a link to https://fly.io/blog/measuring-fly/
|
2021-05-14 20:03:34 +03:00 |
|
Aliaksandr Valialkin
|
30e8ba63f1
|
docs/vmauth.md: sync with app/vmauth/README.md after 10a47af631
|
2021-05-14 18:13:35 +03:00 |
|
Aliaksandr Valialkin
|
a6cb4f10a7
|
app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport
By default MaxIdleConnsPerHost is set to 2. This limits the possibility to re-use http keep-alive connections.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1300
|
2021-05-14 18:13:34 +03:00 |
|
Aliaksandr Valialkin
|
d274dae73f
|
docs/Single-server-VictoriaMetrics.md: document how to reduce memory usage when importing too long JSON lines into VictoriaMetrics
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1295
|
2021-05-14 17:22:51 +03:00 |
|
Denys Holius
|
ac5a28db9a
|
Fix Cortex typo
|
2021-05-13 17:40:19 +03:00 |
|
Aliaksandr Valialkin
|
e3f61d540b
|
lib/promscrape: limit scrape_timeout by scrape_interval like Prometheus does
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1281
|
2021-05-13 16:10:42 +03:00 |
|