Note: Go through the ReadMe in the Graphana folder. The D3 UI is experimental, however the Graphana UI is complete.
D3.js charts for DevOps metrics
- Checkout the code into a folder
- Start HTTP Server in that folder on port 8080
i. Install Node.js
ii. Run command 'npm install http-server -g'
iii. Switch to project directory
iv. Run command 'http-server . -p 8080' - Hit http://localhost:8080/ in browser to view the charts.