Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosin-webdev authored Jul 4, 2024
1 parent ee23de7 commit 43ffe98
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,25 @@ a new password and confirm it.

5. Configure grafana

*
* Add a data Source
* Navigate to configurations > Data sources
* Click Add data source
* Choose your desires data source type (prometheus)
* Configure the data source with the appropriate URL (e.g Your server URL)
* CLick save &test

* Create a dashboard
* Navigate to create > dashboard.
* Add panels and configure quesroies to visualize metrics
* save the dashboard

## Step 5 - Import a dashboard
To make it easier to view metrics, you can import a pre configured dashboard. FOllow these steps:
* Clik on the + plus icon in the left sidebar to open the "create" menu
* Select "Dashboard"
* Click on the "Import" dashboard option
* Enter the code you want to import (e.g code 1860))
* click the "load" button
* Select the data source you added (prometheus) from the dropdown
* Click on the import button
You should now have grafana dashnoard set up to visualize metrics from prometheus.

0 comments on commit 43ffe98

Please sign in to comment.