We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fde9df commit fa8f977Copy full SHA for fa8f977
README.md
@@ -0,0 +1,15 @@
1
+# Grafana Image Renderer
2
+
3
+A Grafana Backend Plugin that handles rendering panels & dashboards to PNGs using headless chrome.
4
5
+# Dependencies
6
7
+Nodejs v8+ installed.
8
9
+# Installation
10
11
+- git clone into Grafana external plugins folder.
12
+- yarn install --pure-lockfile
13
+- npm run build
14
+- restart grafana-server , it should log output that the renderer plugin was found and started.
15
+- To get more logging info update grafana.ini section [log] , key filters = rendering:debug
0 commit comments