Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grafana dashboards. #4007

Merged
merged 3 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, with Pg, you could have multiple metastores :) Same for Janitor, we need to make them HA eventually.

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