Skip to content

Commit

Permalink
docs: Using light grafana screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Feb 9, 2023
1 parent d4f0a36 commit 52173fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,22 @@ Password: `admin`

In the Grafana UI, click http://localhost:3000/datasources/new?utm_source=grafana_gettingstarted[Add your first datasource].

In the filter box, enter `Redis` and click on the first entry (*Redis datasource*).
In the filter box, enter `Redis` and click on the first entry (*Redis data source*).

In the wizard that shows up, enter `redis://redis:6379` for the Redis address and click `Save & test`.

image:grafana-redis-datasource.png[Redis Datasource,width=600]
image:grafana-redis-datasource.png[Redis Datasource,width=742]

Now import the demo dashboard by clicking `Dashboards/Import` in the sidebar.

image:grafana-import-dashboard.png[Import Dashboard,width=200]
image:grafana-import-dashboard.png[Import Dashboard,width=380]

Next, click `Upload JSON file` and upload `{project-name}/demo/redis-smart-cache-demo/grafana/dashboard.json`.

At the bottom of the page, select the Redis datasource that you just created and click `Import`.

image:grafana-import-dashboard-datasource.png[Import Dashboard Data Source,width=725]

You should see the following dashboard:

image:grafana-dashboard.png[Dashboard,width=800]
Expand Down
Binary file modified src/media/grafana-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/media/grafana-import-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/media/grafana-redis-datasource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52173fc

Please sign in to comment.