{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": null, "graphTooltip": 0, "id": 1, "links": [], "panels": [ { "title": "Agent Performance Overview", "type": "row", "panels": [ { "title": "Agent States", "type": "stat", "datasource": "Prometheus", "targets": [ { "expr": "sum by (state) (aetheros_agent_state)", "legendFormat": "{{state}}" } ], "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } } } }, { "title": "Agent Response Times", "type": "graph", "datasource": "Prometheus", "targets": [ { "expr": "rate(aetheros_agent_response_time_seconds_sum[5m]) / rate(aetheros_agent_response_time_seconds_count[5m])", "legendFormat": "{{agent_id}}" } ] } ] }, { "title": "Reflection Metrics", "type": "row", "panels": [ { "title": "Reflection Quality Scores", "type": "gauge", "datasource": "Prometheus", "targets": [ { "expr": "aetheros_reflection_quality_score", "legendFormat": "{{metric}}" } ], "fieldConfig": { "defaults": { "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "yellow", "value": 0.7 }, { "color": "green", "value": 0.9 } ] } } } }, { "title": "Reflection Processing Rate", "type": "timeseries", "datasource": "Prometheus", "targets": [ { "expr": "rate(aetheros_reflections_processed_total[5m])", "legendFormat": "Reflections/min" } ] } ] }, { "title": "Memory System Metrics", "type": "row", "panels": [ { "title": "Aethero_Mem Operations", "type": "graph", "datasource": "Prometheus", "targets": [ { "expr": "rate(aetheros_mem_operations_total[5m])", "legendFormat": "{{operation}}" } ] }, { "title": "Memory Latency", "type": "heatmap", "datasource": "Prometheus", "targets": [ { "expr": "rate(aetheros_mem_latency_bucket[5m])", "legendFormat": "{{le}}" } ] } ] }, { "title": "Pipeline Execution", "type": "row", "panels": [ { "title": "Pipeline Success Rate", "type": "gauge", "datasource": "Prometheus", "targets": [ { "expr": "sum(rate(aetheros_pipeline_executions_success[5m])) / sum(rate(aetheros_pipeline_executions_total[5m]))", "legendFormat": "Success Rate" } ], "fieldConfig": { "defaults": { "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "yellow", "value": 0.95 }, { "color": "green", "value": 0.99 } ] } } } }, { "title": "Pipeline Duration", "type": "graph", "datasource": "Prometheus", "targets": [ { "expr": "histogram_quantile(0.95, sum(rate(aetheros_pipeline_duration_seconds_bucket[5m])) by (le))", "legendFormat": "95th percentile" } ] } ] } ], "refresh": "5s", "schemaVersion": 27, "style": "dark", "tags": ["aetheros"], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "description": null, "error": null, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "AetheroOS Overview", "uid": "aetheros-overview", "version": 1 }