Grafana is open-source analytics and visualization solution. It provides charts, graphs and alerts. It connects to multiple data sources and fetch the metrics data and monitor in Grafana visualization dashboards.
It can be integrated with Prometheus monitoring tool to create dashboard and monitor alerts.
Download and Extract
Go to Grafana download page and download Grafana binary compressed version.
https://grafana.com/grafana/download?platform=windows
https://dl.grafana.com/oss/release/grafana-8.0.6.windows-amd64.zip
Extract downloaded zip file in local drive.
Start Grafana
Open command prompt and locate to Grafana bin directory and start Grafana by executing “grafana-server.exe”
Logs it will show startup details and it will start on port 3000.
Access Grafana with below URL
Use default credentials to login to Grafana
User Name: admin Password: admin |