From a77823387794a1699ff3df6ba4db1780eb520ed3 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Mon, 2 Dec 2019 22:50:44 +0200 Subject: [PATCH] [docs] change titles --- docs/Articles.md | 2 ++ docs/Cluster-VictoriaMetrics.md | 2 +- docs/ExtendedPromQL.md | 2 ++ docs/FAQ.md | 2 ++ docs/Home.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/Articles.md b/docs/Articles.md index 6339f771c8..177b26972c 100644 --- a/docs/Articles.md +++ b/docs/Articles.md @@ -1,3 +1,5 @@ +# Articles + * [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) * [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) diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index fc4d84c932..74c3d5f252 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -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. diff --git a/docs/ExtendedPromQL.md b/docs/ExtendedPromQL.md index 8cb998ae46..d1a23eeea3 100644 --- a/docs/ExtendedPromQL.md +++ b/docs/ExtendedPromQL.md @@ -1,3 +1,5 @@ +# Extended PromQL + VictoriaMetrics supports [standard PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/) including [subqueries](https://prometheus.io/blog/2019/01/28/subquery-support/). Additionally it supports useful extensions mentioned below. diff --git a/docs/FAQ.md b/docs/FAQ.md index 6636dfa9dd..c96427c22c 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,3 +1,5 @@ +# FAQ + ### 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/). diff --git a/docs/Home.md b/docs/Home.md index 7ec7c15082..3e0b126bb7 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -1,4 +1,4 @@ -# VictoriaMetrics docs +# Addendum * [Quick start](Quick-Start) * [`WITH` templates playground](https://play.victoriametrics.com/promql/expand-with-exprs) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 97f162a4c5..776ab43428 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -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. It is available in [binary releases](https://github.com/VictoriaMetrics/VictoriaMetrics/releases),