mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
[docs] change titles
This commit is contained in:
parent
14100ed643
commit
a778233877
6 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Articles
|
||||||
|
|
||||||
* [Open-sourcing VictoriaMetrics](https://medium.com/@valyala/open-sourcing-victoriametrics-f31e34485c2b)
|
* [Open-sourcing VictoriaMetrics](https://medium.com/@valyala/open-sourcing-victoriametrics-f31e34485c2b)
|
||||||
* [How we created VictoriaMetrics](https://medium.com/devopslinks/victoriametrics-creating-the-best-remote-storage-for-prometheus-5d92d66787ac)
|
* [How we created VictoriaMetrics](https://medium.com/devopslinks/victoriametrics-creating-the-best-remote-storage-for-prometheus-5d92d66787ac)
|
||||||
* [VictoriaMetrics vs TimescaleDB vs InfluxDB benchmarks on 40K unique time series](https://medium.com/@valyala/when-size-matters-benchmarking-victoriametrics-vs-timescale-and-influxdb-6035811952d4)
|
* [VictoriaMetrics vs TimescaleDB vs InfluxDB benchmarks on 40K unique time series](https://medium.com/@valyala/when-size-matters-benchmarking-victoriametrics-vs-timescale-and-influxdb-6035811952d4)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Cluster version of VictoriaMetrics
|
# Cluster version
|
||||||
|
|
||||||
VictoriaMetrics is fast, cost-effective and scalable time series database. It can be used as a long-term remote storage for Prometheus.
|
VictoriaMetrics is fast, cost-effective and scalable time series database. It can be used as a long-term remote storage for Prometheus.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Extended PromQL
|
||||||
|
|
||||||
VictoriaMetrics supports [standard PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/)
|
VictoriaMetrics supports [standard PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/)
|
||||||
including [subqueries](https://prometheus.io/blog/2019/01/28/subquery-support/).
|
including [subqueries](https://prometheus.io/blog/2019/01/28/subquery-support/).
|
||||||
Additionally it supports useful extensions mentioned below.
|
Additionally it supports useful extensions mentioned below.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# FAQ
|
||||||
|
|
||||||
### What is the main purpose of VictoriaMetrics?
|
### What is the main purpose of VictoriaMetrics?
|
||||||
|
|
||||||
To provide the best long-term [remote storage](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage) solution for [Prometheus](https://prometheus.io/).
|
To provide the best long-term [remote storage](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage) solution for [Prometheus](https://prometheus.io/).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# VictoriaMetrics docs
|
# Addendum
|
||||||
|
|
||||||
* [Quick start](Quick-Start)
|
* [Quick start](Quick-Start)
|
||||||
* [`WITH` templates playground](https://play.victoriametrics.com/promql/expand-with-exprs)
|
* [`WITH` templates playground](https://play.victoriametrics.com/promql/expand-with-exprs)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Single-node VictoriaMetrics
|
# Single-node
|
||||||
|
|
||||||
VictoriaMetrics is fast, cost-effective and scalable time-series database. It can be used as long-term remote storage for Prometheus.
|
VictoriaMetrics is fast, cost-effective and scalable time-series database. It can be used as long-term remote storage for Prometheus.
|
||||||
It is available in [binary releases](https://github.com/VictoriaMetrics/VictoriaMetrics/releases),
|
It is available in [binary releases](https://github.com/VictoriaMetrics/VictoriaMetrics/releases),
|
||||||
|
|
Loading…
Reference in a new issue