/grafana-report

Service that generates a PDF report from a Grafana dashboard

Primary LanguageGoApache License 2.0Apache-2.0

Grafana reporter

Generate PDF reports from Grafana dashboards.

Requirements

Runtime requirements

  • pdflatex installed and available in PATH.
  • a running Grafana instance that it can connect to

Development

Test

The unit tests can be run using the go tool:

go test -v ./...