{ "annotations": { "list": [] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}, "unit": "short"}, "overrides": [] }, "gridPos": {"h": 4, "w": 6, "x": 0, "y": 0}, "id": 1, "options": {"colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": {"calcs": ["lastNotNull"], "fields": "", "values": false}, "textMode": "auto"}, "title": "Services Up", "type": "stat", "targets": [{"expr": "up", "legendFormat": "{{job}}", "refId": "A"}] }, { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}, "unit": "reqps"}, "overrides": [] }, "gridPos": {"h": 4, "w": 6, "x": 6, "y": 0}, "id": 2, "options": {"colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": {"calcs": ["lastNotNull"], "fields": "", "values": false}, "textMode": "auto"}, "title": "Request Rate", "type": "stat", "targets": [{"expr": "sum(rate(http_requests_total[5m]))", "legendFormat": "req/s", "refId": "A"}] }, { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}, "unit": "s"}, "overrides": [] }, "gridPos": {"h": 4, "w": 6, "x": 12, "y": 0}, "id": 3, "options": {"colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": {"calcs": ["lastNotNull"], "fields": "", "values": false}, "textMode": "auto"}, "title": "Avg Response Time", "type": "stat", "targets": [{"expr": "avg(http_request_duration_seconds_sum / http_request_duration_seconds_count)", "legendFormat": "latency", "refId": "A"}] }, { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}, "unit": "percent"}, "overrides": [] }, "gridPos": {"h": 4, "w": 6, "x": 18, "y": 0}, "id": 4, "options": {"colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": {"calcs": ["lastNotNull"], "fields": "", "values": false}, "textMode": "auto"}, "title": "Error Rate", "type": "stat", "targets": [{"expr": "sum(rate(http_requests_total{status=~\"5..\"}[5m])) / sum(rate(http_requests_total[5m])) * 100", "legendFormat": "errors", "refId": "A"}] }, { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}}, "overrides": [] }, "gridPos": {"h": 8, "w": 12, "x": 0, "y": 4}, "id": 5, "options": {"legend": {"calcs": [], "displayMode": "list", "placement": "bottom"}, "tooltip": {"mode": "single", "sort": "none"}}, "title": "Requests by Service", "type": "timeseries", "targets": [{"expr": "rate(http_requests_total[5m])", "legendFormat": "{{job}}", "refId": "A"}] }, { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}, "unit": "bytes"}, "overrides": [] }, "gridPos": {"h": 8, "w": 12, "x": 12, "y": 4}, "id": 6, "options": {"legend": {"calcs": [], "displayMode": "list", "placement": "bottom"}, "tooltip": {"mode": "single", "sort": "none"}}, "title": "Memory Usage", "type": "timeseries", "targets": [{"expr": "process_resident_memory_bytes", "legendFormat": "{{job}}", "refId": "A"}] }, { "datasource": {"type": "prometheus", "uid": "prometheus"}, "fieldConfig": { "defaults": {"color": {"mode": "palette-classic"}}, "overrides": [] }, "gridPos": {"h": 8, "w": 24, "x": 0, "y": 12}, "id": 7, "options": {"legend": {"calcs": [], "displayMode": "list", "placement": "bottom"}, "tooltip": {"mode": "single", "sort": "none"}}, "title": "Service Health", "type": "timeseries", "targets": [{"expr": "up", "legendFormat": "{{job}}", "refId": "A"}] } ], "refresh": "10s", "schemaVersion": 38, "style": "dark", "tags": ["daarion", "agents"], "templating": {"list": []}, "time": {"from": "now-1h", "to": "now"}, "timepicker": {}, "timezone": "", "title": "DAARION Agent Overview", "uid": "daarion-overview", "version": 1, "weekStart": "" }