Aliaksandr Valialkin
|
a47717f2ab
|
docs/Cluster-VictoriaMetrics.md: the /api/v1/label/.../values query can take CPU and ram at both vmstorage and vmselect
|
2022-05-11 20:00:36 +03:00 |
|
Aliaksandr Valialkin
|
7830448a36
|
docs: add resource usage limits docs, which describe fine-grained tuning for various resource usage limits
|
2022-05-11 19:53:19 +03:00 |
|
Aliaksandr Valialkin
|
6048e2e82c
|
docs/Cluster-VictoriaMetrics.md: typo fix: by by -> by
|
2022-05-11 18:05:05 +03:00 |
|
Aliaksandr Valialkin
|
7cd416f5e6
|
docs/Cluster-VictoriaMetrics.md: typo fix: bandidth -> bandwidth
|
2022-05-06 16:34:44 +03:00 |
|
Aliaksandr Valialkin
|
925fa9a7de
|
docs/Cluster-VictoriaMetrics.md: make the description for -rpc.disableCompression command-line flag more clear
|
2022-05-06 16:24:56 +03:00 |
|
Aliaksandr Valialkin
|
c5e47929c3
|
docs/Cluster-VictoriaMetrics.md: update cluster scalability tips
|
2022-05-05 21:09:17 +03:00 |
|
Aliaksandr Valialkin
|
4dfd84c505
|
docs/Cluster-VictoriaMetrics.md: move environment variables entry closer to cluster setup section
|
2022-05-04 18:41:44 +03:00 |
|
Aliaksandr Valialkin
|
47010a9875
|
docs/CHANGELOG.md: document 8639e79d38
|
2022-05-04 10:46:32 +03:00 |
|
Aliaksandr Valialkin
|
4fa3cd701c
|
docs/Cluster-VictoriaMetrics.md: typo fix: serparated -> separated
|
2022-05-03 15:20:11 +03:00 |
|
Aliaksandr Valialkin
|
ec3a37896f
|
all: add -cluster.tlsInsecureSkipVerify command-line option to vminsert, vmselect and vmstorage components in order to be able to disable TLS certificate verification in mTLS mode
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2490
|
2022-05-03 13:13:43 +03:00 |
|
Aliaksandr Valialkin
|
7291c81f0d
|
docs/Cluster-VictoriaMetrics.md: refer to the doc on how to set up mTLS
|
2022-05-03 11:54:05 +03:00 |
|
Aliaksandr Valialkin
|
361b08c30e
|
lib/storage: leave the last sample per each discrete interval during the deduplicaton
This aligns better with staleness logic in Prometheus - https://prometheus.io/docs/prometheus/latest/querying/basics/#staleness
|
2022-05-02 21:59:31 +03:00 |
|
Aliaksandr Valialkin
|
58e4e16588
|
docs/Cluster-VictoriaMetrics.md: move here the deduplication docs related to cluster version
|
2022-05-02 15:54:48 +03:00 |
|
Aliaksandr Valialkin
|
7d9d790bfb
|
docs/Cluster-VictoriaMetrics.md: remove incorrect and misleading instructions for passing -replicationFactor flag to vmselect nodes in multi-level setup.
The `-replicationFactor` passed to top-level `vmselect` nodes mustn't exceed the `-replicationFactor` passed to top-level `vminsert` nodes
|
2022-04-26 15:13:08 +03:00 |
|
Aliaksandr Valialkin
|
a69dabf709
|
docs/Cluster-VictoriaMetrics.md: mention that enterprise binaries are available for evaluation
|
2022-04-21 15:57:13 +03:00 |
|
Aliaksandr Valialkin
|
944070eafa
|
docs/Cluster-VictoriaMetrics.md: sync docs
|
2022-04-16 16:59:42 +03:00 |
|
Aliaksandr Valialkin
|
a7689e1b0c
|
app/vmstorage: add support for mTLS cipher suites via -cluster.tlsCipherSuites command-line flag
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2404
|
2022-04-16 16:36:38 +03:00 |
|
Aliaksandr Valialkin
|
0156a8b1e1
|
docs/Cluster-VictoriaMetrics.md: update docs after 26ae50ec26
|
2022-04-16 16:04:32 +03:00 |
|
Aliaksandr Valialkin
|
f6fed6637d
|
docs/Cluster-VictoriaMetrics.md: clarify the issue with multi-level cluster, which may result in data gaps at some AZs
|
2022-04-16 13:03:39 +03:00 |
|
Aliaksandr Valialkin
|
ef86cbabcc
|
docs/Cluster-VictoriaMetrics.md: improve docs on cluster setup, resizing and scalability
|
2022-04-15 15:04:10 +03:00 |
|
Aliaksandr Valialkin
|
437a12cb64
|
docs/Cluster-VictoriaMetrics.md: mention about possible issues with multi-level cluster setup
|
2022-04-15 14:26:01 +03:00 |
|
Aliaksandr Valialkin
|
cf9d261038
|
docs/Cluster-VictoriaMetrics.md: update docs after b843f0e229
|
2022-04-10 16:17:57 +03:00 |
|
Aliaksandr Valialkin
|
4f5622b6fa
|
docs/Cluster-VictoriaMetrics.md: clarify high availability docs
|
2022-04-08 12:51:49 +03:00 |
|
Aliaksandr Valialkin
|
8f678411cc
|
docs/Cluster-VictoriaMetrics.md: clarify mTLS protection docs
|
2022-03-22 14:01:06 +02:00 |
|
Arash Hatami
|
2e01691d5d
|
A good change for MD files (#2353)
* Lint YAML
* Remove extra comment
* Fix command problem
* Format MD files
* Format & fix problem of MD files for docs
* Another fix for MD files
|
2022-03-22 14:01:04 +02:00 |
|
Aliaksandr Valialkin
|
f0e96a84db
|
docs: document the addition of mTLS communication between cluster components
|
2022-03-17 20:00:14 +02:00 |
|
Roman Khavronenko
|
ec48d022df
|
docs: fix broken links (#2303)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
|
2022-03-16 13:01:46 +02:00 |
|
Roman Khavronenko
|
f59685e5ff
|
docs: make profiling commands more copy-friendly (#2213)
* docs: make profiling commands more copy-friendly
The change adds `copy text` snippet to code examples
and replaces hostname placeholders with `0.0.0.0`.
Signed-off-by: hagen1778 <roman@victoriametrics.com>
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
|
2022-02-18 12:26:35 +02:00 |
|
Aliaksandr Valialkin
|
7e8596edb8
|
docs: update -help output for VictoriaMetrics components
|
2022-02-15 21:02:36 +02:00 |
|
Aliaksandr Valialkin
|
eed66b6640
|
lib/promscrape: set -promscrape.config.strictParse to true by default
This allows detecting long-living silent errors in -promscrape.config
|
2022-02-08 15:42:33 +02:00 |
|
Aliaksandr Valialkin
|
eb466e0c4e
|
docs: fix links to FAQ.md entries after they have been changed in ccf04239e6
|
2022-02-07 16:01:34 +02:00 |
|
Aliaksandr Valialkin
|
c738739494
|
app/vminsert: add -dropSamplesOnOverload command-line flag
Drop incoming samples if the destination vmstorage node is unavailable
and/or accepts data at slower rate than other vmstorage nodes
|
2022-02-07 12:32:18 +02:00 |
|
Aliaksandr Valialkin
|
93cadb4a16
|
all: update link to EULA from https://victoriametrics.com/assets/VM_EULA.pdf to https://victoriametrics.com/legal/eula/
|
2022-01-20 22:22:44 +02:00 |
|
Denys Holius
|
3a522c591a
|
Old links replaced for newest (#2033)
* replaced old links to the website
* fixed deletion main README.md file
* fix: added docs files after docs-sync
|
2022-01-05 16:32:54 +02:00 |
|
Yurii Kravets
|
f6e2e0dbd1
|
Update README.md (#1996)
* Update README.md
go 1.16 -> 1.17
* Update README.md
* Update README.md
* Update Cluster-VictoriaMetrics.md
* Update Single-server-VictoriaMetrics.md
* Update vmauth.md
* Update vmbackup.md
* Update vmrestore.md
* Update vmagent.md
* Update vmctl.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
|
2021-12-23 12:11:30 +02:00 |
|
Aliaksandr Valialkin
|
5b4cb65138
|
docs: mention -storage.minFreeDiskSpaceBytes command-line flag at capacity planning section
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1727 and https://github.com/VictoriaMetrics/VictoriaMetrics/issues/269
|
2021-12-15 21:43:21 +02:00 |
|
Aliaksandr Valialkin
|
946769a828
|
docs/Cluster-VictoriaMetrics.md: mention about the added downsampling support
|
2021-12-15 16:39:35 +02:00 |
|
Aliaksandr Valialkin
|
9aa9b081a4
|
app/vminsert: add -maxLabelValueLen command-line flag
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1908
|
2021-12-06 11:42:24 +02:00 |
|
Aliaksandr Valialkin
|
d40441947a
|
app: allow specifying http and https urls in the following command-line flags
* -promscrape.config
* -relabelConfig
* -remoteWrite.relabelConfig
* -remoteWrite.urlRelabelConfig
|
2021-12-03 00:11:47 +02:00 |
|
vic
|
273fbc2e8a
|
Update Cluster-VictoriaMetrics.md (#1806)
replicationFactor flag should be passed to vmselect instead of vminsert for improving query speed:)
|
2021-11-17 01:01:08 +02:00 |
|
Aliaksandr Valialkin
|
57aaf914ac
|
docs: mention that graphs on the official dashboards contain useful hints
|
2021-11-08 19:54:25 +02:00 |
|
Aliaksandr Valialkin
|
2d7d67372f
|
docs/Cluster-VictoriaMetrics.md: add links with the explanation of active time series and series churn rate
|
2021-10-24 18:39:16 +03:00 |
|
Aliaksandr Valialkin
|
4fddcf4c83
|
app/{vminsert,vmstorage}: follow-up after a171916ef5
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/269
|
2021-10-08 14:09:51 +03:00 |
|
Aliaksandr Valialkin
|
d51118e226
|
app/vminsert: document that -relabelConfig is reloaded on SIGHUP signal
|
2021-09-29 21:17:25 +03:00 |
|
Aliaksandr Valialkin
|
4e65bfcc00
|
app/{vminsert,vmagent}: add ability to ingest data via DataDog "submit metrics" API
See https://docs.datadoghq.com/api/latest/metrics/#submit-metrics
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/206
|
2021-09-29 00:12:26 +03:00 |
|
n4mine
|
a5fcc9e356
|
fix: typo, dddresses -> addresses (#1630)
|
2021-09-20 14:27:34 +03:00 |
|
Aliaksandr Valialkin
|
7ad54041fe
|
app/{vminsert,vmselect}: automatically add missing port in -storageNode lists passed to vminsert and vmselect
This should simplify manual setup of the cluster according to https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#cluster-setup
|
2021-09-15 18:04:30 +03:00 |
|
Aliaksandr Valialkin
|
a1b298a842
|
app/vminsert/netstorage: disable rerouting by default
Production clusters work more stable with the disabled rerouting during rolling restarts and/or
during spikes in time series churn rate. So it would be better disabling the rerouting by default.
The re-routing can be enabled by passing `-disableRerouting=false` command-line flag to `vminsert` nodes.
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-09-13 18:50:47 +03:00 |
|
Aliaksandr Valialkin
|
184e145570
|
docs: consistency renaming: Influx -> InfluxDB
|
2021-09-13 17:14:45 +03:00 |
|
Aliaksandr Valialkin
|
874660a4ae
|
docs/Cluster-VictoriaMetrics.md: mention that the -replicationFactor at vmselect is an optional parameter
|
2021-08-25 13:10:31 +03:00 |
|