UNPKG

@clduab11/gemini-flow

Version:

Revolutionary AI agent swarm coordination platform with Google Services integration, multimedia processing, and production-ready monitoring. Features 8 Google AI services, quantum computing capabilities, and enterprise-grade security.

1,476 lines (1,475 loc) 38.1 kB
{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Real-time performance monitoring dashboard for Google Services benchmarking and optimization tracking", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [ { "asDropdown": true, "icon": "external link", "includeVars": true, "keepTime": true, "tags": ["google-services"], "targetBlank": true, "title": "Related Dashboards", "tooltip": "Other Google Services dashboards", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Overview of all Google Services performance metrics with SLA baselines", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line+area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 80 }, { "color": "red", "value": 100 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "Streaming API - Text" }, "properties": [ { "id": "custom.thresholdsStyle", "value": { "mode": "line+area" } }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 100 } ] } } ] }, { "matcher": { "id": "byName", "options": "Streaming API - Multimedia" }, "properties": [ { "id": "thresholds", "value": { "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 500 } ] } } ] }, { "matcher": { "id": "byName", "options": "AgentSpace - Coordination" }, "properties": [ { "id": "thresholds", "value": { "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 50 } ] } } ] }, { "matcher": { "id": "byName", "options": "Imagen4 - Generation" }, "properties": [ { "id": "thresholds", "value": { "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 3000 } ] } } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 0 }, "id": 1, "options": { "legend": { "calcs": ["lastNotNull", "mean", "max"], "displayMode": "table", "placement": "right" }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"streaming-api\", endpoint=\"text\"})", "interval": "", "legendFormat": "Streaming API - Text (Target: <100ms)", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"streaming-api\", endpoint=\"multimedia\"})", "interval": "", "legendFormat": "Streaming API - Multimedia (Target: <500ms)", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"agentspace\", endpoint=\"coordination\"})", "interval": "", "legendFormat": "AgentSpace - Coordination (Target: <50ms)", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"mariner\", endpoint=\"automation\"})", "interval": "", "legendFormat": "Mariner - Automation (Target: <2000ms)", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"veo3\", endpoint=\"generation\"}) / 60", "interval": "", "legendFormat": "Veo3 - Video Gen (Target: <30s/min)", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"co-scientist\", endpoint=\"validation\"})", "interval": "", "legendFormat": "Co-Scientist - Validation (Target: <5000ms)", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"imagen4\", endpoint=\"generation\"})", "interval": "", "legendFormat": "Imagen4 - Generation (Target: <3000ms)", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"chirp\", endpoint=\"synthesis\"})", "interval": "", "legendFormat": "Chirp - Audio (Target: <1000ms)", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"lyria\", endpoint=\"composition\"})", "interval": "", "legendFormat": "Lyria - Music (Target: <5000ms)", "refId": "I" } ], "title": "Google Services Response Time - SLA Baseline Monitoring", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Real-time throughput metrics for all Google Services", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "reqps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, "id": 2, "options": { "legend": { "calcs": ["lastNotNull", "mean", "max"], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(google_services_requests_total{service=\"streaming-api\"}[5m])", "interval": "", "legendFormat": "Streaming API", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(google_services_requests_total{service=\"agentspace\"}[5m])", "interval": "", "legendFormat": "AgentSpace", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(google_services_requests_total{service=\"imagen4\"}[5m])", "interval": "", "legendFormat": "Imagen4", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(google_services_requests_total{service=\"chirp\"}[5m])", "interval": "", "legendFormat": "Chirp", "refId": "D" } ], "title": "Service Throughput (Requests/Second)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Error rates across all Google Services with alerting thresholds", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 1 }, { "color": "red", "value": 5 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 8 }, "id": 3, "options": { "showHeader": true }, "pluginVersion": "9.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(rate(google_services_requests_total{code!~\"2..\"}[5m]) / rate(google_services_requests_total[5m])) * 100", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Error Rate by Service (%)", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "code": false, "endpoint": false, "instance": true, "job": true }, "indexByName": { "Value": 2, "service": 0, "endpoint": 1 }, "renameByName": { "Value": "Error Rate (%)", "endpoint": "Endpoint", "service": "Service" } } } ], "type": "table" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "prometheus" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 16 }, "id": 10, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Load Testing Scenarios", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Current and historical load testing scenario performance", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 17 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "google_services_load_test_users{scenario=\"baseline\"}", "interval": "", "legendFormat": "Baseline (1K users)", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "google_services_load_test_users{scenario=\"load_10k\"}", "interval": "", "legendFormat": "High Load (10K users)", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "google_services_load_test_users{scenario=\"spike_test\"}", "interval": "", "legendFormat": "Spike Test (100K users)", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "google_services_load_test_users{scenario=\"soak_test\"}", "interval": "", "legendFormat": "Soak Test (24h)", "refId": "D" } ], "title": "Load Testing Scenarios - Active Users", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Resource utilization during load testing scenarios", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 70 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 17 }, "id": 5, "options": { "legend": { "calcs": ["lastNotNull"], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_cpu_usage_percent)", "interval": "", "legendFormat": "CPU Usage", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_memory_usage_percent)", "interval": "", "legendFormat": "Memory Usage", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_disk_usage_percent)", "interval": "", "legendFormat": "Disk I/O", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_network_usage_percent)", "interval": "", "legendFormat": "Network I/O", "refId": "D" } ], "title": "System Resource Utilization", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Performance optimization recommendations based on real-time analysis", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "left", "displayMode": "auto", "inspect": false }, "mappings": [ { "options": { "HIGH": { "color": "red", "index": 0 } }, "type": "value" }, { "options": { "MEDIUM": { "color": "yellow", "index": 1 } }, "type": "value" }, { "options": { "LOW": { "color": "green", "index": 2 } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 17 }, "id": 6, "options": { "showHeader": true }, "pluginVersion": "9.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "google_services_optimization_recommendations", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Performance Optimization Recommendations", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "instance": true, "job": true }, "indexByName": { "Value": 4, "category": 2, "priority": 1, "recommendation": 3, "service": 0 }, "renameByName": { "Value": "Impact Score", "category": "Category", "priority": "Priority", "recommendation": "Recommendation", "service": "Service" } } } ], "type": "table" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "prometheus" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 25 }, "id": 11, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Service-Specific Metrics", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Detailed metrics for Streaming API performance including text and multimedia latency tracking", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 100 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "Multimedia Latency" }, "properties": [ { "id": "thresholds", "value": { "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 500 } ] } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 26 }, "id": 7, "options": { "legend": { "calcs": ["mean", "lastNotNull", "max"], "displayMode": "table", "placement": "right" }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "histogram_quantile(0.50, rate(google_services_response_time_histogram_bucket{service=\"streaming-api\", endpoint=\"text\"}[5m]))", "interval": "", "legendFormat": "Text P50", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "histogram_quantile(0.95, rate(google_services_response_time_histogram_bucket{service=\"streaming-api\", endpoint=\"text\"}[5m]))", "interval": "", "legendFormat": "Text P95", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "histogram_quantile(0.99, rate(google_services_response_time_histogram_bucket{service=\"streaming-api\", endpoint=\"text\"}[5m]))", "interval": "", "legendFormat": "Text P99", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "histogram_quantile(0.50, rate(google_services_response_time_histogram_bucket{service=\"streaming-api\", endpoint=\"multimedia\"}[5m]))", "interval": "", "legendFormat": "Multimedia P50", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "histogram_quantile(0.95, rate(google_services_response_time_histogram_bucket{service=\"streaming-api\", endpoint=\"multimedia\"}[5m]))", "interval": "", "legendFormat": "Multimedia P95", "refId": "E" } ], "title": "Streaming API - Latency Percentiles (SLA: Text <100ms, Multimedia <500ms)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "AgentSpace coordination overhead and agent spawn performance metrics", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 50 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "Agent Spawn Time" }, "properties": [ { "id": "thresholds", "value": { "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 200 } ] } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 26 }, "id": 8, "options": { "legend": { "calcs": ["mean", "lastNotNull"], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"agentspace\", endpoint=\"coordination\"})", "interval": "", "legendFormat": "Coordination Overhead (Target: <50ms)", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"agentspace\", endpoint=\"spawn\"})", "interval": "", "legendFormat": "Agent Spawn Time (Target: <200ms)", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(google_services_response_time_ms{service=\"agentspace\", endpoint=\"communication\"})", "interval": "", "legendFormat": "Message Latency (Target: <25ms)", "refId": "C" } ], "title": "AgentSpace - Coordination Performance", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Cache hit rates and CDN performance metrics across all services", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "yellow", "value": 80 }, { "color": "green", "value": 95 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 34 }, "id": 9, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg by (service) (google_services_cache_hit_rate_percent)", "interval": "", "legendFormat": "{{service}}", "refId": "A" } ], "title": "Cache Hit Rates by Service (Target: >95%)", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Global CDN performance and latency improvements", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 34 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right" }, "pieType": "pie", "reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg by (region) (google_services_cdn_latency_ms)", "interval": "", "legendFormat": "{{region}}", "refId": "A" } ], "title": "CDN Latency by Region", "type": "piechart" } ], "refresh": "30s", "schemaVersion": 36, "style": "dark", "tags": [ "google-services", "performance", "benchmarking", "sla", "optimization" ], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "hide": 0, "includeAll": false, "label": "Datasource", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": { "selected": true, "text": ["All"], "value": ["$__all"] }, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(google_services_requests_total, service)", "hide": 0, "includeAll": true, "label": "Service", "multi": true, "name": "service", "options": [], "query": { "query": "label_values(google_services_requests_total, service)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": { "selected": false, "text": "5m", "value": "5m" }, "hide": 0, "includeAll": false, "label": "Time Range", "multi": false, "name": "range", "options": [ { "selected": false, "text": "1m", "value": "1m" }, { "selected": true, "text": "5m", "value": "5m" }, { "selected": false, "text": "15m", "value": "15m" }, { "selected": false, "text": "1h", "value": "1h" } ], "query": "1m,5m,15m,1h", "queryValue": "", "skipUrlSync": false, "type": "custom" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Google Services Performance Benchmarking Dashboard", "uid": "google-services-performance", "version": 1, "weekStart": "" }