Skip to content

Commit

Permalink
RabbitMQ monitoring (hitachienergy#1487)
Browse files Browse the repository at this point in the history
* Add Grafana dashboards for RabbitMQ monitoring
  • Loading branch information
sbbroot committed Sep 22, 2021
1 parent da82754 commit 283f60b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added

- [#1487](https://github.com//epiphany-platform/epiphany/issues/1487) - Add RabbitMQ monitoring
- [#2600](https://github.com/epiphany-platform/epiphany/issues/2600) - Change epicli output structure

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ https://grafana.com/api/dashboards/367/revisions/3/download grafana_dashboard_36
https://grafana.com/api/dashboards/179/revisions/5/download grafana_dashboard_179.json
# Kubernetes pod and cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/6663/revisions/1/download grafana_dashboard_6663.json
# RabbitMQ cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/10991/revisions/11/download grafana_dashboard_10991.json

[images]
haproxy:2.2.2-alpine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ https://grafana.com/api/dashboards/367/revisions/3/download grafana_dashboard_36
https://grafana.com/api/dashboards/179/revisions/5/download grafana_dashboard_179.json
# Kubernetes pod and cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/6663/revisions/1/download grafana_dashboard_6663.json
# RabbitMQ cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/10991/revisions/11/download grafana_dashboard_10991.json

[images]
haproxy:2.2.2-alpine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ https://grafana.com/api/dashboards/367/revisions/3/download grafana_dashboard_36
https://grafana.com/api/dashboards/179/revisions/5/download grafana_dashboard_179.json
# Kubernetes pod and cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/6663/revisions/1/download grafana_dashboard_6663.json
# RabbitMQ cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/10991/revisions/11/download grafana_dashboard_10991.json

[images]
haproxy:2.2.2-alpine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ https://grafana.com/api/dashboards/367/revisions/3/download grafana_dashboard_36
https://grafana.com/api/dashboards/179/revisions/5/download grafana_dashboard_179.json
# Kubernetes pod and cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/6663/revisions/1/download grafana_dashboard_6663.json
# RabbitMQ cluster monitoring (via Prometheus)
https://grafana.com/api/dashboards/10991/revisions/11/download grafana_dashboard_10991.json

[images]
haproxy:2.2.2-alpine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ specification:
# # PostgreSQL Database
# - dashboard_id: '9628'
# datasource: 'Prometheus'
# # RabbitMQ cluster monitoring (via Prometheus)
# - dashboard_id: '10991'
# datasource: 'Prometheus'
# # 1 Node Exporter for Prometheus Dashboard EN v20201010
# - dashboard_id: '11074'
# datasource: 'Prometheus'
Expand All @@ -91,6 +94,9 @@ specification:
# - dashboard_id: '358'
# revision_id: '1'
# datasource: 'Prometheus'
# - dashboard_id: '10991'
# revision_id: '11'
# datasource: 'Prometheus'

# Deployer local folder with dashboard definitions in .json format
grafana_dashboards_dir: "dashboards" # Replace with your dashboard directory if you have dashboards to include
Expand Down

0 comments on commit 283f60b

Please sign in to comment.