From 2346335ea6b802df40e35196d15f4e7010dd6ada Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 25 Jul 2019 10:59:54 +0300 Subject: [PATCH] README.md: moved advanced topics to the bottom, so they don't clutter `getting started` workflow --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 894edec8e..e0aa88ebe 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,6 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM - [Production build](#production-build) - [Building docker images](#building-docker-images) - [How to start VictoriaMetrics](#how-to-start-victoriametrics) - - [Start with docker-compose](#start-with-docker-compose) - - [Setting up service](#setting-up-service) - - [Third-party contributions](#third-party-contributions) - [Prometheus setup](#prometheus-setup) - [Grafana setup](#grafana-setup) - [How to upgrade VictoriaMetrics?](#how-to-upgrade-victoriametrics) @@ -68,6 +65,9 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM - [How to send data from Graphite-compatible agents such as StatsD?](#how-to-send-data-from-graphite-compatible-agents-such-as-statsd) - [Querying Graphite data](#querying-graphite-data) - [How to send data from OpenTSDB-compatible agents?](#how-to-send-data-from-opentsdb-compatible-agents) + - [Start with docker-compose](#start-with-docker-compose) + - [Setting up service](#setting-up-service) + - [Third-party contributions](#third-party-contributions) - [How to work with snapshots?](#how-to-work-with-snapshots) - [How to delete time series?](#how-to-delete-time-series) - [How to export time series?](#how-to-export-time-series) @@ -151,23 +151,6 @@ The following command line flags are used the most: Pass `-help` to see all the available flags with description and default values. -### Start with docker-compose - -[Docker-compose](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/docker-compose.yml) -helps to spin up VictoriaMetrics, Prometheus and Grafana with one command. -More details may be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#folder-contains-basic-images-and-tools-for-building-and-running-victoria-metrics-in-docker). - - -### Setting up service - -Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS. - - -### Third-party contributions - -* [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/victoriametrics-rpm)) - - ### Prometheus setup Add the following lines to Prometheus config file (it is usually located at `/etc/prometheus/prometheus.yml`): @@ -374,6 +357,23 @@ The `/api/v1/export` endpoint should return the following response: ``` +### Start with docker-compose + +[Docker-compose](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/docker-compose.yml) +helps to spin up VictoriaMetrics, Prometheus and Grafana with one command. +More details may be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker#folder-contains-basic-images-and-tools-for-building-and-running-victoria-metrics-in-docker). + + +### Setting up service + +Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS. + + +### Third-party contributions + +* [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/victoriametrics-rpm)) + + ### How to work with snapshots? VictoriaMetrics is able to create [instant snapshots](https://medium.com/@valyala/how-victoriametrics-makes-instant-snapshots-for-multi-terabyte-time-series-data-e1f3fb0e0282)