update wiki pages

Vika 2021-04-23 22:27:39 +00:00
parent 68168f3f1c
commit 50c36bf36a
11 changed files with 12 additions and 10 deletions

@ -1,5 +1,5 @@
--- ---
sort: 17 sort: 18
--- ---
# Articles # Articles

@ -1,5 +1,5 @@
--- ---
sort: 13 sort: 20
--- ---
# VM best practices # VM best practices

@ -1,5 +1,5 @@
--- ---
sort: 14 sort: 15
--- ---
# CHANGELOG # CHANGELOG

@ -1,5 +1,5 @@
--- ---
sort: 18 sort: 11
--- ---
# Case studies and talks # Case studies and talks

2
FAQ.md

@ -1,5 +1,5 @@
--- ---
sort: 19 sort: 14
--- ---
# FAQ # FAQ

@ -1,5 +1,5 @@
--- ---
sort: 12 sort: 13
--- ---
# MetricsQL # MetricsQL

@ -1,5 +1,5 @@
--- ---
sort: 10 sort: 19
--- ---
## VictoriaMetrics Cluster Per Tenant Statistic ## VictoriaMetrics Cluster Per Tenant Statistic

@ -1,5 +1,5 @@
--- ---
sort: 11 sort: 12
--- ---
# Quick Start # Quick Start

@ -1,5 +1,5 @@
--- ---
sort: 15 sort: 16
--- ---
# Release process guidance # Release process guidance

@ -1,5 +1,5 @@
--- ---
sort: 16 sort: 17
--- ---
# Sample size calculations # Sample size calculations

@ -829,6 +829,8 @@ Optional `start` and `end` args may be added to the request in order to limit th
unix timestamp in seconds or [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) values. unix timestamp in seconds or [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) values.
The exported data can be imported to VictoriaMetrics via [/api/v1/import/native](#how-to-import-data-in-native-format). The exported data can be imported to VictoriaMetrics via [/api/v1/import/native](#how-to-import-data-in-native-format).
The native export format may change in incompatible way between VictoriaMetrics releases, so the data exported from the release X
can fail to be imported into VictoriaMetrics release Y.
### How to export data in JSON line format ### How to export data in JSON line format