An open API service indexing awesome lists of open source software.

https://github.com/harperfast/prometheus_exporter_dashboards

Sample Grafana dashboards to be used with the HarperDB Prometheus Exporter
https://github.com/harperfast/prometheus_exporter_dashboards

Last synced: 3 months ago
JSON representation

Sample Grafana dashboards to be used with the HarperDB Prometheus Exporter

Awesome Lists containing this project

README

          

# HarperDB Sample Grafana Dashboards
This repository is a collection of sample HarperDB Grafana dashboards. We intend to grow this collection overtime with additional monitoring dashboards and examples for specific use cases.

## Requirements
All dashboards in this collection require:
- One or more HarperDB instances with the [HarperDB Prometheus Exporter application](https://github.com/HarperDB-Add-Ons/prometheus_exporter) deployed.
- A Prometheus installation configured to scrape the HarperDB Prometheus Exporter(s).
- A Grafana installation with the Prometheus data source configured.

## Importing Dashboards
These dashboards require selecting your Prometheus datasource as part of the import. For detailed instructions, visit the [Grafana Import Dashboards documentation](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/).

## Dashboards
### HarperDB Monitoring Dashboard
[`harperdb_monitoring_dashboard.json`](./harperdb_monitoring_dashboard.json)

This dashboard displays primary data associated with a standard HarperDB install. Variables are parameterized at the top of the dashboard giving configurable options for:
- Prometheus Job(s)
- The primary grouping of data sources. An example of where you may have multiple of these is in the case of multiple deployments (prod/ stage/dev and/or regional clusters).
- Instance(s)
- The available instances(s) that data will be sourced from filtered by the selected job(s).
- Quantile(s)
- The available quantile(s) of the given dataset.
- Path(s)
- The available path(s) that are monitored from the HarperDB instance(s). If the Prometheus Exporter is installed, you should see `/prometheus-exporter/metrics` at a minimum.
- Method(s)
- The available methods(s) of the given dataset.