{ "dashboard": { "title": "Landvex IOL", "tags": ["landvex", "iol"], "timezone": "UTC", "panels": [ { "title": "API Requests/min", "type": "graph", "targets": [ { "expr": "rate(landvex_api_requests_total[5m])", "legendFormat": "{{method}} {{endpoint}}" } ], "gridPos": {"h": 8, "w": 12, "x": 0, "y": 0} }, { "title": "Identify Konfidens", "type": "graph", "targets": [ { "expr": "histogram_quantile(0.95, rate(landvex_identify_confidence_bucket[5m]))", "legendFormat": "p95" }, { "expr": "histogram_quantile(0.50, rate(landvex_identify_confidence_bucket[5m]))", "legendFormat": "p50" } ], "gridPos": {"h": 8, "w": 12, "x": 12, "y": 0} }, { "title": "Graf-storlek", "type": "stat", "targets": [ { "expr": "landvex_graph_nodes_total", "legendFormat": "Noder" }, { "expr": "landvex_graph_edges_total", "legendFormat": "Kanter" } ], "gridPos": {"h": 4, "w": 6, "x": 0, "y": 8} }, { "title": "Kö-storlek", "type": "stat", "targets": [ { "expr": "landvex_queue_size", "legendFormat": "{{queue}}" } ], "gridPos": {"h": 4, "w": 6, "x": 6, "y": 8} }, { "title": "Kostnad per faktum", "type": "graph", "targets": [ { "expr": "landvex_cost_per_fact_usd", "legendFormat": "USD/faktum" } ], "gridPos": {"h": 8, "w": 12, "x": 12, "y": 8} } ] } }