Reporter Versions Save

Service that generates a PDF report from a Grafana dashboard

v2.3.1

4 years ago

v2.3.0

4 years ago

Thanks to @dwitzig for adding grid layout. This allows your report panels to be arranged in a grid that resembles the original Grafana dashboard layout. See #162 for some example images. This layout also addresses some bugs related to the previous fixed size panels rendering (#119, #80, #72).

Improved first try experience by returning a helpful message from the '/' URL.

Include windows and linux binaries in release.

v2.2.1

4 years ago
  • Issue #143 fixed by PR #145. Thanks to @bolsunovskyi.
  • PR #146 addresses the bug that the new sslCheck flag wasn't getting passed through all the way to the Grafana render PNG panel calls. Thanks to @cr1xu5 .

v2.2.0

4 years ago

Thanks to the following contributors:

  • @bolsunovskyi for adding support for commandline mode to the reporter. This allows you to use the reporter directly from the command line instead of as a webserver over a REST API. See the readme for details.
  • @krysalead for making it possible to disable SSL verification of the grafana certificate. This is still enabled by default. See the readme for details.
  • @sbaier1 for reducing the docker image size from 1Gb to about 100Mb.

I also clarified the readme with some more examples for authentication and custom LaTeX templates.

v2.1.0

5 years ago

Improvements:

Thanks to the following contributors for their fixes:

v2.0.1

6 years ago

Addressed the following issues: #40, #38. Improved error handling and feedback. Added image to Dockerhub: #37.

v2.0.0

6 years ago

Support the new Grafana dashboard HTTP API and dashboard JSON structructure introduced in Grafana 5.0. This has been done by introducing a new grafana-reporter endpoint that deprecates the previous one. The previous endpoint is still available but may be dropped in a future release. See readme.md for usage details.

Dropped bundled enhanced.tex template; it uses dashboard Rows extensively and Rows have been dropped from the Grafana 5 data model.

v1.0.0

6 years ago

Added support for Grafana variables. Mulitple variables should be supported. See the Query parameters section of the readme.

Exposed some more of the dashboard metadata to the report template

Makefile added with options for building docker a image. See readme.

Thanks to @nktl, @chiefy and @JCN-9000 for their contributions.

v0.6.2

6 years ago

Version management of this project has been lacking, so this version number fuzzily includes all changes prior to 1.0.0.