diff --git a/README.md b/README.md index e69de29b..20281b7c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,16 @@ +## Visualize using Grafana + +To import the sample Grafana dashboard, follow these steps: + +1. Download the dashboard file `uptime-kuma.json`. +2. Open your Grafana instance in a web browser. +3. Log in to Grafana with your username and password. +4. Click on the "plus" icon in the left sidebar to open the "Create" menu. +5. Select "Import" from the "Create" menu. +6. Click on the "Choose File" button and select the .json file that you downloaded in step 1. +7. Click on the "Load" button to begin the import process. +8. If prompted, select prometheus as the data source that you want to use with the dashboard. +9. Review the dashboard and click on the "Import" button to complete the process. + +You should now see the imported dashboard listed in the "Dashboards" section of the left sidebar. You can click on the +dashboard to view it.