Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivemq/hivemq-grafana-dashboards
A collection of best practice metrics to monitor when operating a HiveMQ Enterprise Cluster.
https://github.com/hivemq/hivemq-grafana-dashboards
grafana hivemq influxdb metrics prometheus
Last synced: 5 days ago
JSON representation
A collection of best practice metrics to monitor when operating a HiveMQ Enterprise Cluster.
- Host: GitHub
- URL: https://github.com/hivemq/hivemq-grafana-dashboards
- Owner: hivemq
- License: apache-2.0
- Created: 2023-12-04T15:19:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-29T15:25:16.000Z (about 1 month ago)
- Last Synced: 2024-11-29T16:30:32.992Z (about 1 month ago)
- Topics: grafana, hivemq, influxdb, metrics, prometheus
- Homepage: http://hivemq.com
- Size: 358 KB
- Stars: 5
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HiveMQ Platform Grafana Dashboards
![GitHub Release](https://img.shields.io/github/release/hivemq/hivemq-grafana-dashboards?style=flat)
This repository offers Grafana Dashboards to Monitor the HiveMQ Platform.
For simple conversions and better understandability all rates are displayed per second.## Features
- A dashboard for Prometheus using [PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/).
- A dashboard for InfluxDB using [Flux](https://docs.influxdata.com/influxdb/cloud/query-data/flux/).
- Visualizations for the most important HiveMQ Platform metrics.
- Visualizations for the most important metrics of each HiveMQ Enterprise Extension.## Prometheus
We offer a dedicated dashboard for Prometheus using
[PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/)![prometheus-example.png](img%2Fprometheus-example.png)
### Getting Started with the Grafana Dashboard for Prometheus
- [Configure](https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/) your
Prometheus data source.
- [Download](https://github.com/hivemq/hivemq-grafana-dashboards/releases/latest)
the latest `hivemq-grafana-dashboard-prometheus-X.json` dashboard file.
- [Import](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/) the downloaded json
file in Grafana.
- Select your desired Prometheus data source in the top left corner of the Grafana Dashboard.## InfluxDB 2.X
We offer a dedicated dashboard for InfluxDB using [Flux](https://docs.influxdata.com/influxdb/cloud/query-data/flux/).
![influxdb-example.png](img%2Finfluxdb-example.png)
### Getting Started with the Grafana Dashboard for InfluxDB
- [Configure](https://grafana.com/docs/grafana/latest/datasources/influxdb/) your InfluxDB data source in Grafana. Make
sure to configure Flux as the InfluxDB query language for the data source.
- [Download](https://github.com/hivemq/hivemq-grafana-dashboards/releases/latest)
the latest `hivemq-grafana-dashboard-influxdb-X.json` dashboard file.
- [Import](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/) the downloaded json
file in Grafana.
- Select your desired InfluxDB data source in the top left corner of the Grafana Dashboard.## How to Contribute
- If you want to request a feature or report a bug,
please [create a GitHub Issue using one of the provided templates](https://github.com/hivemq/hivemq-grafana-dashboards/issues/new/choose)
- If you want to make a contribution to the project, please have a look at the [contribution guide](CONTRIBUTING.md)