{ "cards": { "cardHSpacing": 2, "cardMinWidth": 5, "cardRound": null, "cardVSpacing": 2 }, "color": { "cardColor": "#e0752d", "colorScale": "sqrt", "colorScheme": "interpolateGnYlRd", "defaultColor": "#757575", "exponent": 0.5, "mode": "discrete", "thresholds": [ { "color": "#cffaff", "tooltip": "uncategorized", "value": "100" }, { "color": "#0a50a1", "tooltip": "SQL Loader", "value": "200" }, { "color": "#f2c96d", "tooltip": "ETL", "value": "300" }, { "color": "#890f02", "tooltip": "deBatch", "value": "400" } ] }, "data": { "decimals": null, "unitFormat": "short" }, "datasource": "influxTimeShift", "gridPos": { "h": 8, "w": 23, "x": 0, "y": 0 }, "hideTimeOverride": false, "highlightCards": true, "id": 2, "legend": { "show": true }, "links": [], "nullPointMode": "as empty", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT * FROM \"batch_times\" where \"batchEndDate\" = '$BATCH_END_DATE' and \"batchEnv\" = '$BATCH_ENV' ", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Batch Timeline: $BATCH_END_DATE", "tooltip": { "show": true }, "type": "flant-statusmap-panel", "useMax": true, "xAxis": { "labelFormat": "%a %m/%d", "minBucketWidthToShowWeekends": 4, "show": true, "showCrosshair": true, "showWeekends": true }, "yAxis": { "show": true, "showCrosshair": false }, "yAxisSort": "metrics" }