Skip to content

Commit fa8f977

Browse files
authored
Create README.md
1 parent 6fde9df commit fa8f977

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)