Skip to content

Commit

Permalink
Merge branch 'feature/BB-310-add-oplog-populator-dashboard' into q/8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Jan 6, 2023
2 parents b597e4d + ab6302d commit 6f95321
Show file tree
Hide file tree
Showing 4 changed files with 1,701 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
replication/dashboard.json:application/grafana-dashboard+json \
replication/alerts.yaml:application/prometheus-alerts+yaml \
notification/dashboard.json:application/grafana-dashboard+json \
notification/alerts.yaml:application/prometheus-alerts+yaml
notification/alerts.yaml:application/prometheus-alerts+yaml \
oplog-populator/dashboard.json:application/grafana-dashboard+json
working-directory: monitoring

- name: Push policies into the development namespace
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
replication/dashboard.json:application/grafana-dashboard+json \
replication/alerts.yaml:application/prometheus-alerts+yaml \
notification/dashboard.json:application/grafana-dashboard+json \
notification/alerts.yaml:application/prometheus-alerts+yaml
notification/alerts.yaml:application/prometheus-alerts+yaml \
oplog-populator/dashboard.json:application/grafana-dashboard+json
working-directory: monitoring

- name: Push policies into the production namespace
Expand Down
Loading

0 comments on commit 6f95321

Please sign in to comment.