{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Container/Pod Log Dashboard(Loki as DataSource)", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 1, "links": [], "panels": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Trips generated over the period of time", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Trips", "axisPlacement": "auto", "barAlignment": 0, "barWidthFactor": 0.6, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "stepBefore", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [ { "options": { "match": "null", "result": { "color": "rgb(31, 255, 7)", "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(31, 255, 7)", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 9, "x": 0, "y": 0 }, "id": 11, "maxDataPoints": 100, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "builder", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} |= `Generated a trip` [$__interval]))", "hide": false, "legendFormat": "trips generated", "queryType": "range", "refId": "generated trips" } ], "title": "Trips generated", "type": "timeseries" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Successfully generated trips", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 9, "y": 0 }, "id": 23, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "builder", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} | json |= `Generated a trip` [$__interval]))", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Generated Trips", "type": "stat" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Total count of log warnings", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "light-orange", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 13, "y": 0 }, "id": 6, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"}\n| json\n| detected_level =~ \"warning\"\n)[$__interval]))", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Total warning logs", "type": "stat" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Detailed distribution of error types", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ] }, "overrides": [] }, "gridPos": { "h": 6, "w": 7, "x": 17, "y": 0 }, "id": 22, "maxDataPoints": 100, "options": { "displayLabels": [ "value" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"}\n| json\n| detected_level =~ \"error\"\n| function =~ \"solve_optimization\"\n)[$__interval]))", "hide": false, "legendFormat": "Optimizer", "queryType": "range", "refId": "optimization_errors", "step": "" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"}\n| json\n| detected_level =~ \"error\"\n| function =~ \"fill_cache\"\n)[$__interval]))", "hide": false, "legendFormat": "Cache", "queryType": "range", "refId": "cache_errors" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "builder", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} | json | detected_level =~ `error` |= `Overpass API` or `overpass API` [$__interval]))", "hide": false, "legendFormat": "Overpass API", "queryType": "range", "refId": "overpass" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "builder", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} | json | detected_level =~ `error` | function !~ `fill_cache` | function !~ `solve_optimization` != `Overpass API` or `overpass API` [$__interval]))", "hide": false, "legendFormat": "Other", "queryType": "range", "refId": "other" } ], "title": "Error detail", "type": "piechart" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Failed trip generations", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 9, "y": 3 }, "id": 24, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "builder", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} | json |= `Trip generation failed` or `Exception in ASGI` [$__interval]))", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Failed Trips", "type": "stat" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Total count of log errors", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 13, "y": 3 }, "id": 25, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"}\n| json\n| detected_level =~ \"error\"\n)[$__interval]))", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Total error logs", "type": "stat" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Without access logs (see below)", "fieldConfig": { "defaults": {}, "overrides": [] }, "gridPos": { "h": 11, "w": 24, "x": 0, "y": 6 }, "id": 2, "options": { "dedupStrategy": "none", "enableInfiniteScrolling": false, "enableLogDetails": true, "prettifyLogMessage": false, "showCommonLabels": false, "showLabels": false, "showTime": true, "sortOrder": "Descending", "wrapLogMessage": false }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "{app=\"anyway\", environment=~\"$environment\"} \n| json\n| name != \"uvicorn.access\"\n| detected_level =~ \"${LogLevel}\"\n| line_format \"{{ .message }}\"\n", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Live logs", "type": "logs" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "description": "Detailed distribution of warning types", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ] }, "overrides": [] }, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 17 }, "id": 26, "maxDataPoints": 100, "options": { "displayLabels": [ "value" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"}\n| json\n| detected_level =~ \"warn\"\n| function =~ \"solve_optimization\"\n)[$__interval]))", "hide": false, "legendFormat": "Optimizer", "queryType": "range", "refId": "optimization_errors", "step": "" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "builder", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} | json |= `Refiner failed` [$__interval]))", "hide": false, "legendFormat": "Refiner", "queryType": "range", "refId": "refiner_warnings" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} \n| json \n| detected_level =~ \"warn\"\n| module =~ \"cluster_manager\"\n[$__interval]))", "hide": false, "legendFormat": "Cluster Manager", "queryType": "range", "refId": "clusters_warning" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "direction": "backward", "editorMode": "code", "expr": "sum(count_over_time({app=\"anyway\", environment=~\"$environment\"} | json \n| detected_level =~ `warn` \n| module !~ \"cluster_manager\"\n| function !~ `solve_optimization` != `Refiner failed` [$__interval]))", "hide": false, "legendFormat": "Other", "queryType": "range", "refId": "other" } ], "title": "Warnings detail", "type": "piechart" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [ { "options": { "match": "null", "result": { "color": "#299c46", "text": "0" } }, "type": "special" } ], "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 9, "x": 7, "y": 17 }, "id": 19, "maxDataPoints": 100, "options": { "legend": { "displayMode": "list", "placement": "right", "showLegend": true }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"})[$__interval])) by (stream)", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Total count of stderr / stdout pie", "type": "piechart" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "color": "green", "text": "0" } }, "type": "special" } ], "max": 100, "min": 0, "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 17 }, "id": 9, "maxDataPoints": 100, "options": { "minVizHeight": 75, "minVizWidth": 75, "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false, "sizing": "auto" }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"} |~ \"(?i)$searchable_pattern\")[$__interval])) * 100 / sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"})[$__interval]))", "hide": false, "queryType": "range", "refId": "A" } ], "title": "\"$searchable_pattern\" Percentage for specified time", "type": "gauge" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "barWidthFactor": 0.6, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 23 }, "id": 18, "interval": "1m", "maxDataPoints": "", "options": { "dataLinks": [], "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "hideZeros": false, "mode": "multi", "sort": "desc" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"} |~ \"(?i)$searchable_pattern\")[$__interval])) by (pod)", "queryType": "range", "refId": "A" } ], "title": "Matched word: \"$searchable_pattern\" historical", "type": "timeseries" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 100, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 10, "type": "log" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 23 }, "id": 10, "maxDataPoints": 100, "options": { "dataLinks": [], "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "hideZeros": false, "mode": "multi", "sort": "desc" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "editorMode": "code", "expr": "sum(rate(({app=\"anyway\", environment=~\"$environment\"} |~ \"(?i)$searchable_pattern\")[30s])) by (pod)", "hide": false, "queryType": "range", "refId": "A" } ], "title": "\"$searchable_pattern\" Rate per Pod", "type": "timeseries" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 40, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [ { "options": { "match": "null", "result": { "color": "#299c46", "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 10 }, { "color": "#C4162A", "value": 50 } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "{stream=\"stderr\"} stderr" }, "properties": [ { "id": "color", "value": { "fixedColor": "#C4162A", "mode": "fixed" } }, { "id": "custom.lineWidth", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "{stream=\"stdout\"} stdout" }, "properties": [ { "id": "color", "value": { "fixedColor": "#56A64B", "mode": "fixed" } }, { "id": "custom.lineWidth", "value": 2 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 32 }, "id": 7, "maxDataPoints": 100, "options": { "dataLinks": [], "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "hideZeros": false, "mode": "multi", "sort": "desc" } }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "editorMode": "code", "expr": "sum(count_over_time(({app=\"anyway\", environment=~\"$environment\"})[$__interval])) by (stream)", "hide": false, "queryType": "range", "refId": "A" } ], "title": "Count of stderr / stdout historical", "type": "timeseries" }, { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "gridPos": { "h": 11, "w": 24, "x": 0, "y": 40 }, "id": 21, "options": { "dedupStrategy": "none", "enableInfiniteScrolling": false, "enableLogDetails": true, "prettifyLogMessage": false, "showCommonLabels": false, "showLabels": false, "showTime": false, "sortOrder": "Descending", "wrapLogMessage": false }, "pluginVersion": "11.5.1", "targets": [ { "datasource": { "type": "loki", "uid": "P8E80F9AEF21F6940" }, "editorMode": "code", "expr": "{app=\"anyway\", environment=~\"$environment\"} | json | name = \"uvicorn.access\"", "queryType": "range", "refId": "A" } ], "title": "Access logs", "type": "logs" } ], "preload": false, "refresh": "auto", "schemaVersion": 40, "tags": [ "Loki", "logging" ], "templating": { "list": [ { "current": { "text": "production", "value": "production" }, "datasource": "P8E80F9AEF21F6940", "definition": "label_values({environment=~\".+\"}, environment)", "includeAll": false, "label": "Environment", "name": "environment", "options": [], "query": "label_values({environment=~\".+\"}, environment)", "refresh": 2, "regex": "", "type": "query" }, { "current": { "text": "", "value": "" }, "label": "Search (case insensitive)", "name": "searchable_pattern", "options": [ { "selected": true, "text": "", "value": "" } ], "query": "", "type": "textbox" }, { "current": { "text": "|debug|info|warn|error", "value": "|debug|info|warn|error" }, "description": "Allows to filter the logs based on their level", "name": "LogLevel", "options": [ { "selected": true, "text": "debug", "value": "|debug|info|warn|error" }, { "selected": false, "text": "info", "value": "|info|warn|error" }, { "selected": false, "text": "warn", "value": "|warn|error" }, { "selected": false, "text": "error", "value": "|error" } ], "query": "debug : |debug|info|warn|error , info : |info|warn|error , warn : |warn|error , error : |error", "type": "custom" } ] }, "time": { "from": "now-7d", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "AnyWay status", "uid": "fRIvzUZMz", "version": 3, "weekStart": "" }