Visualize Data in Grafana

Visualize Data in Grafana

  1. Install Grafana:

    • Download and install Grafana from the official website.

    • Start Grafana and log in at http://localhost:3000 (default credentials: admin/admin).

  2. Add Prometheus as a Data Source:

    • Navigate to Configuration > Data Sources > Add Data Source.

    • Select Prometheus and set the URL as http://<Prometheus_Server_IP>:9090.

    • Click Save & Test.

  3. Import a Dashboard:

    • Go to Dashboards > Import.

    • Use an existing Windows monitoring dashboard (e.g., Dashboard 2129).

    • Configure the data source and import.

Last updated

Was this helpful?