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

RabbitMQ monitoring (#1487) #2603

Merged
merged 2 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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'
sbbroot marked this conversation as resolved.
Show resolved Hide resolved

# 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