Skip to content

Commit

Permalink
Update Grafana Dashboard (datahub-project#6076)
Browse files Browse the repository at this point in the history
* Add Datasource as variable in dashboard

(cherry picked from commit e75b3f7)

* Update datahub_dashboard.json

(cherry picked from commit 7015926)

* Bump docker compose version to 3.8

(cherry picked from commit ff6a97b)

* Update grafana image tag from latest to 9.1.4

(cherry picked from commit 2c88e2a)

* Update old metric name in datahub_dashboard.json

(cherry picked from commit 21b502e)

* Add panel for new metrics

(cherry picked from commit 1944527)

Co-authored-by: Peter Szalai <[email protected]>
  • Loading branch information
2 people authored and cccs-Dustin committed Feb 1, 2023
1 parent 168bb90 commit c214182
Show file tree
Hide file tree
Showing 4 changed files with 1,329 additions and 120 deletions.
2 changes: 1 addition & 1 deletion docker/monitoring/docker-compose.consumers.monitoring.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3.5'
version: '3.8'
services:
datahub-mae-consumer:
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker/monitoring/docker-compose.monitoring.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: '3.5'
version: '3.8'
services:
datahub-gms:
environment:
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
- "9089:9090"

grafana:
image: grafana/grafana:latest
image: grafana/grafana:9.1.4
ports:
- "3001:3000"
volumes:
Expand Down
Loading

0 comments on commit c214182

Please sign in to comment.