2019-06-02 18:07:21 +02:00
|
|
|
### Folder contains basic images and tools for building and running Victoria Metrics in docker
|
2019-06-03 13:53:08 +02:00
|
|
|
|
2019-06-02 18:07:21 +02:00
|
|
|
#### Docker compose
|
|
|
|
|
2019-06-06 22:37:44 +02:00
|
|
|
To spin-up setup of VictoriaMetrics, Prometheus and Grafana run following command:
|
2019-06-02 18:07:21 +02:00
|
|
|
|
2019-06-06 22:37:44 +02:00
|
|
|
`docker-compose up`
|
2019-06-02 18:07:21 +02:00
|
|
|
|
2019-06-06 22:37:44 +02:00
|
|
|
##### VictoriaMetrics
|
|
|
|
|
|
|
|
VictoriaMetrics opens following ports:
|
|
|
|
* `--graphiteListenAddr=:2003`
|
|
|
|
* `--opentsdbListenAddr=:4242`
|
|
|
|
* `--httpListenAddr=:8428`
|
|
|
|
|
|
|
|
##### Prometheus
|
|
|
|
|
|
|
|
To access service open following [link](http://localhost:9090).
|
|
|
|
|
|
|
|
Prometheus is already configured to use VictoriaMetrics as remote storage.
|
|
|
|
|
|
|
|
##### Grafana
|
|
|
|
|
|
|
|
To access service open following [link](http://localhost:3000).
|
|
|
|
|
|
|
|
Default creds:
|
|
|
|
* login - `admin`
|
|
|
|
* password - `admin`
|
|
|
|
|
|
|
|
Grafana is provisioned by default with following entities:
|
|
|
|
* VictoriaMetrics datasource
|
|
|
|
* Prometheus datasource
|
|
|
|
* VictoriaMetrics overview dashboard
|