mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
README.md: moved advanced topics to the bottom, so they don't clutter getting started
workflow
This commit is contained in:
parent
b339890dca
commit
2346335ea6
40
README.md
40
README.md
@ -57,9 +57,6 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM
|
|||||||
- [Production build](#production-build)
|
- [Production build](#production-build)
|
||||||
- [Building docker images](#building-docker-images)
|
- [Building docker images](#building-docker-images)
|
||||||
- [How to start VictoriaMetrics](#how-to-start-victoriametrics)
|
- [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)
|
- [Prometheus setup](#prometheus-setup)
|
||||||
- [Grafana setup](#grafana-setup)
|
- [Grafana setup](#grafana-setup)
|
||||||
- [How to upgrade VictoriaMetrics?](#how-to-upgrade-victoriametrics)
|
- [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)
|
- [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)
|
- [Querying Graphite data](#querying-graphite-data)
|
||||||
- [How to send data from OpenTSDB-compatible agents?](#how-to-send-data-from-opentsdb-compatible-agents)
|
- [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 work with snapshots?](#how-to-work-with-snapshots)
|
||||||
- [How to delete time series?](#how-to-delete-time-series)
|
- [How to delete time series?](#how-to-delete-time-series)
|
||||||
- [How to export time series?](#how-to-export-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.
|
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
|
### Prometheus setup
|
||||||
|
|
||||||
Add the following lines to Prometheus config file (it is usually located at `/etc/prometheus/prometheus.yml`):
|
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?
|
### 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)
|
VictoriaMetrics is able to create [instant snapshots](https://medium.com/@valyala/how-victoriametrics-makes-instant-snapshots-for-multi-terabyte-time-series-data-e1f3fb0e0282)
|
||||||
|
Loading…
Reference in New Issue
Block a user