Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cirocosta/sample-grafana

Automatic Grafana dashboard initialisation example
https://github.com/cirocosta/sample-grafana

dashboards grafana provisioning

Last synced: about 2 months ago
JSON representation

Automatic Grafana dashboard initialisation example

Awesome Lists containing this project

README

        

### Usage

```sh
make run # builds grafana and prometheus
# images and initializes all three containers
# that forms the infra (grafana, prometheus and
# node_exporter).

make update-dashboards # updates the list of json files that represent
# the dashboards configured in Grafana.

```

### More

See [Initializing Grafana with preconfigured dashboards](https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards/).