tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
34 stars 11 forks source link

Build static dashboards #167

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

This patch add several make targets to build a static dashboard.

make DATASOURCE=MyPrometheus JOB=MyApp \
     OUTPUT_STATIC_DASHBOARD=mydashboard.json build-static-prometheus

Following targets are available:

Variables for Prometheus targets:

Variables for InfluxDB targets:

This patch also adds tests to run these targets.

Closes #90

DifferentialOrange commented 2 years ago

I strongly suggest to review this PR commit by commit.