{ "annotations": { "list": [] }, "editable": true, "graphTooltip": 0, "panels": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": { "defaults": { "unit": "reqps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 0 }, "id": 1, "title": "Backend HTTP request rate", "type": "timeseries", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "expr": "sum by (group) (rate(http_requests_total[5m]))", "legendFormat": "{{group}}" } ] }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": { "defaults": { "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 0 }, "id": 2, "title": "Container memory (cadvisor)", "type": "timeseries", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "expr": "sum by (name) (container_memory_usage_bytes{name=~\"galaxy-dev-.*|galaxy-game-.*\"})", "legendFormat": "{{name}}" } ] } ], "schemaVersion": 39, "tags": ["galaxy"], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "title": "Galaxy — overview", "uid": "galaxy-overview", "version": 1, "weekStart": "" }