apiVersion: grafana.integreatly.org/v1beta1 kind: GrafanaDashboard metadata: name: irc-now-public namespace: irc-josie-cloud spec: instanceSelector: matchLabels: dashboards: irc-now json: | { "uid": "irc-now-public", "title": "irc.now", "timezone": "browser", "refresh": "30s", "time": { "from": "now-24h", "to": "now" }, "panels": [ { "id": 1, "title": "Users", "type": "stat", "gridPos": { "h": 4, "w": 6, "x": 0, "y": 0 }, "targets": [{ "expr": "max(irc_now_users_total)", "legendFormat": "Total" }], "fieldConfig": { "defaults": { "thresholds": { "steps": [{ "color": "#5CA882", "value": null }] } } } }, { "id": 2, "title": "Active Users (24h)", "type": "stat", "gridPos": { "h": 4, "w": 6, "x": 6, "y": 0 }, "targets": [{ "expr": "max(irc_now_active_users_24h)", "legendFormat": "DAU" }], "fieldConfig": { "defaults": { "thresholds": { "steps": [{ "color": "#72C09A", "value": null }] } } } }, { "id": 3, "title": "Pastes", "type": "stat", "gridPos": { "h": 4, "w": 6, "x": 12, "y": 0 }, "targets": [{ "expr": "max(irc_now_pastes_total)", "legendFormat": "Total" }], "fieldConfig": { "defaults": { "thresholds": { "steps": [{ "color": "#AA9E68", "value": null }] } } } }, { "id": 4, "title": "Images", "type": "stat", "gridPos": { "h": 4, "w": 6, "x": 18, "y": 0 }, "targets": [{ "expr": "max(irc_now_images_total)", "legendFormat": "Total" }], "fieldConfig": { "defaults": { "thresholds": { "steps": [{ "color": "#68A0AA", "value": null }] } } } }, { "id": 5, "title": "Users Over Time", "type": "timeseries", "gridPos": { "h": 8, "w": 12, "x": 0, "y": 4 }, "targets": [ { "expr": "max(irc_now_users_total)", "legendFormat": "Total" }, { "expr": "max(irc_now_active_users_24h)", "legendFormat": "Active (24h)" } ], "fieldConfig": { "defaults": {}, "overrides": [ { "matcher": { "id": "byName", "options": "Total" }, "properties": [{ "id": "color", "value": { "mode": "fixed", "fixedColor": "#5CA882" } }] }, { "matcher": { "id": "byName", "options": "Active (24h)" }, "properties": [{ "id": "color", "value": { "mode": "fixed", "fixedColor": "#72C09A" } }] } ] } }, { "id": 6, "title": "Content Over Time", "type": "timeseries", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 4 }, "targets": [ { "expr": "max(irc_now_pastes_total)", "legendFormat": "Pastes" }, { "expr": "max(irc_now_images_total)", "legendFormat": "Images" }, { "expr": "max(irc_now_bots_total)", "legendFormat": "Bots" } ], "fieldConfig": { "defaults": {}, "overrides": [ { "matcher": { "id": "byName", "options": "Pastes" }, "properties": [{ "id": "color", "value": { "mode": "fixed", "fixedColor": "#AA9E68" } }] }, { "matcher": { "id": "byName", "options": "Images" }, "properties": [{ "id": "color", "value": { "mode": "fixed", "fixedColor": "#68A0AA" } }] }, { "matcher": { "id": "byName", "options": "Bots" }, "properties": [{ "id": "color", "value": { "mode": "fixed", "fixedColor": "#88AA58" } }] } ] } } ], "schemaVersion": 39 }