mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
2afe511d80
* setup Grafana provisioning for docker-compose setup * review fixes
34 lines
817 B
Markdown
34 lines
817 B
Markdown
### Folder contains basic images and tools for building and running Victoria Metrics in docker
|
|
|
|
#### Docker compose
|
|
|
|
To spin-up setup of VictoriaMetrics, Prometheus and Grafana run following command:
|
|
|
|
`docker-compose up`
|
|
|
|
##### 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
|