Skip to content

Commit

Permalink
Update grafana dashboards. (#4007)
Browse files Browse the repository at this point in the history
* Update grafana dashboards.

* Update screenshots and fix datasource in grafana dashboards.
  • Loading branch information
fmassot authored Oct 22, 2023
1 parent eb7ee89 commit 5f2f6aa
Show file tree
Hide file tree
Showing 6 changed files with 1,733 additions and 80 deletions.
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.
8 changes: 6 additions & 2 deletions docs/operating/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ sidebar_position: 2
You can monitor your Quickwit cluster with Grafana.

We provide two Grafana dashboards to help you monitor:
- [indexers performance](https://github.com/quickwit-oss/quickwit/blob/main/monitoring/grafana/dashboards/indexer.json)
- [indexers performance](https://github.com/quickwit-oss/quickwit/blob/main/monitoring/grafana/dashboards/indexers.json)
- [indexers performance](https://github.com/quickwit-oss/quickwit/blob/main/monitoring/grafana/dashboards/searchers.json)
- [metastore queries](https://github.com/quickwit-oss/quickwit/blob/main/monitoring/grafana/dashboards/metastore.json)

Both dashboards relies on a prometheus datasource fed with [Quickwit metrics](../reference/metrics.md).

## Screenshots

![Indexer Grafana Dashboard](../assets/images/screenshot-indexer-grafana-dashboard.jpeg)
![Indexers Grafana Dashboard](../assets/images/screenshot-indexers-grafana-dashboard.jpeg)


![Searchers Grafana Dashboard](../assets/images/screenshot-searchers-grafana-dashboard.jpeg)

![Metastore Grafana Dashboard](../assets/images/screenshot-metastore-grafana-dashboard.png)
2 changes: 1 addition & 1 deletion monitoring/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
The list of featured dashboards:
- [x] Metastore
- [x] Indexers
- [ ] Searchers
- [x] Searchers
- [ ] Janitor

Loading

0 comments on commit 5f2f6aa

Please sign in to comment.