{
  "annotations": {
    "list": [
      {
        "builtIn": 1,
        "datasource": "-- Grafana --",
        "enable": true,
        "hide": true,
        "iconColor": "rgba(0, 211, 255, 1)",
        "name": "Annotations & Alerts",
        "type": "dashboard"
      }
    ]
  },
  "editable": true,
  "gnetId": null,
  "graphTooltip": 1,
  "id": 22,
  "iteration": 1637672707291,
  "links": [
    {
      "asDropdown": true,
      "icon": "dashboard",
      "includeVars": false,
      "keepTime": true,
      "tags": [],
      "targetBlank": true,
      "title": "back to execution list",
      "tooltip": "",
      "type": "link",
      "url": "/d/$executionlistUID"
    }
  ],
  "panels": [
    {
      "aliasColors": {
        "max": "super-light-blue",
        "min": "green"
      },
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "step-prometheus",
      "description": "",
      "fieldConfig": {
        "defaults": {},
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "counts"
            },
            "properties": [
              {
                "id": "displayName",
                "value": "Total transaction rate"
              }
            ]
          }
        ]
      },
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 7,
        "w": 24,
        "x": 0,
        "y": 0
      },
      "hiddenSeries": false,
      "id": 74,
      "legend": {
        "avg": false,
        "current": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": false
      },
      "lines": true,
      "linewidth": 1,
      "maxDataPoints": 400,
      "nullPointMode": "null",
      "options": {
        "alertThreshold": true
      },
      "percentage": false,
      "pluginVersion": "7.5.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [
        {
          "$$hashKey": "object:123",
          "alias": "Total transaction rate",
          "bars": true,
          "color": "rgba(155, 155, 155, 0.5)",
          "lines": false,
          "steppedLine": true,
          "yaxis": 2,
          "zindex": -3
        },
        {
          "$$hashKey": "object:1485",
          "alias": "avg",
          "color": "#5794F2",
          "linewidth": 3
        },
        {
          "$$hashKey": "object:1492",
          "alias": "max",
          "color": "#8AB8FF",
          "lines": true
        },
        {
          "$$hashKey": "object:1497",
          "alias": "min",
          "color": "#8AB8FF",
          "lines": true
        }
      ],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "exemplar": true,
          "expr": "sum (rate(step_node_duration_seconds_sum{name=~\"$name_current\",eId=~\"$eid_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])) / sum  (rate(step_node_duration_seconds_count{name=~\"$name_current\",eId=~\"$eid_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])) ",
          "interval": "",
          "legendFormat": "avg",
          "refId": "avg_dur"
        },
        {
          "exemplar": true,
          "expr": "sum (rate(step_node_duration_seconds_count{name=~\"$name_current\",eId=~\"$eid_current\",type=~\"$type_current\",status=~\"$status_current\" }[$__rate_interval]))",
          "hide": false,
          "interval": "",
          "legendFormat": "counts",
          "refId": "total_cts"
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Performance overview",
      "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "$$hashKey": "object:232",
          "format": "s",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        },
        {
          "$$hashKey": "object:233",
          "format": "cps",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "step-prometheus",
      "fieldConfig": {
        "defaults": {},
        "overrides": []
      },
      "fill": 0,
      "fillGradient": 0,
      "gridPos": {
        "h": 7,
        "w": 24,
        "x": 0,
        "y": 7
      },
      "hiddenSeries": false,
      "id": 64,
      "legend": {
        "avg": false,
        "current": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": false
      },
      "lines": true,
      "linewidth": 1,
      "maxDataPoints": 400,
      "nullPointMode": "null",
      "options": {
        "alertThreshold": true
      },
      "percentage": false,
      "pluginVersion": "7.5.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": false,
      "steppedLine": false,
      "targets": [
        {
          "expr": "sum by (name) (rate(step_node_duration_seconds_sum{name=~\"$name_current\",eId=~\"$eid_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])) / sum by (name) (rate(step_node_duration_seconds_count{name=~\"$name_current\",eId=~\"$eid_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])) ",
          "interval": "",
          "legendFormat": "{{name}}",
          "refId": "A"
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Response time (avg)",
      "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "$$hashKey": "object:232",
          "format": "s",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        },
        {
          "$$hashKey": "object:233",
          "format": "short",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "step-prometheus",
      "fieldConfig": {
        "defaults": {
          "unit": "cps"
        },
        "overrides": []
      },
      "fill": 8,
      "fillGradient": 0,
      "gridPos": {
        "h": 6,
        "w": 24,
        "x": 0,
        "y": 14
      },
      "hiddenSeries": false,
      "id": 66,
      "legend": {
        "avg": false,
        "current": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": false
      },
      "lines": true,
      "linewidth": 0,
      "maxDataPoints": 400,
      "nullPointMode": "null as zero",
      "options": {
        "alertThreshold": false
      },
      "percentage": false,
      "pluginVersion": "7.5.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [],
      "spaceLength": 10,
      "stack": true,
      "steppedLine": false,
      "targets": [
        {
          "expr": "sum by (name) (rate(step_node_duration_seconds_count{name=~\"$name_current\",eId=~\"$eid_current\",type=~\"$type_current\",status=~\"$status_current\" }[$__rate_interval]))",
          "interval": "",
          "legendFormat": "{{name}}",
          "refId": "A"
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Transaction rate",
      "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
      },
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "$$hashKey": "object:172",
          "format": "cps",
          "label": "",
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "$$hashKey": "object:173",
          "format": "short",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": null,
          "show": false
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "aliasColors": {},
      "bars": false,
      "dashLength": 10,
      "dashes": false,
      "datasource": "step-prometheus",
      "fieldConfig": {
        "defaults": {},
        "overrides": []
      },
      "fill": 4,
      "fillGradient": 0,
      "gridPos": {
        "h": 7,
        "w": 24,
        "x": 0,
        "y": 20
      },
      "hiddenSeries": false,
      "id": 68,
      "legend": {
        "avg": false,
        "current": false,
        "max": false,
        "min": false,
        "show": true,
        "total": false,
        "values": false
      },
      "lines": true,
      "linewidth": 0,
      "maxDataPoints": 400,
      "nullPointMode": "null as zero",
      "options": {
        "alertThreshold": true
      },
      "percentage": true,
      "pluginVersion": "7.5.5",
      "pointradius": 2,
      "points": false,
      "renderer": "flot",
      "seriesOverrides": [
        {
          "$$hashKey": "object:632"
        }
      ],
      "spaceLength": 10,
      "stack": true,
      "steppedLine": false,
      "targets": [
        {
          "expr": "sum by (status) (rate(step_node_duration_seconds_count{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval]))",
          "format": "time_series",
          "interval": "",
          "legendFormat": "{{status}}",
          "refId": "A"
        }
      ],
      "thresholds": [],
      "timeFrom": null,
      "timeRegions": [],
      "timeShift": null,
      "title": "Distribution by status",
      "tooltip": {
        "shared": true,
        "sort": 1,
        "value_type": "individual"
      },
      "transformations": [
        {
          "id": "seriesToColumns",
          "options": {
            "byField": "Time"
          }
        }
      ],
      "type": "graph",
      "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": []
      },
      "yaxes": [
        {
          "$$hashKey": "object:102",
          "format": "short",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": "0",
          "show": true
        },
        {
          "$$hashKey": "object:103",
          "format": "short",
          "label": null,
          "logBase": 1,
          "max": null,
          "min": null,
          "show": true
        }
      ],
      "yaxis": {
        "align": false,
        "alignLevel": null
      }
    },
    {
      "collapsed": true,
      "datasource": null,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 27
      },
      "id": 32,
      "panels": [
        {
          "aliasColors": {},
          "bars": false,
          "dashLength": 10,
          "dashes": false,
          "datasource": "step-prometheus",
          "fieldConfig": {
            "defaults": {},
            "overrides": []
          },
          "fill": 4,
          "fillGradient": 0,
          "gridPos": {
            "h": 7,
            "w": 24,
            "x": 0,
            "y": 28
          },
          "hiddenSeries": false,
          "id": 70,
          "legend": {
            "avg": false,
            "current": false,
            "max": false,
            "min": false,
            "show": true,
            "total": false,
            "values": false
          },
          "lines": true,
          "linewidth": 0,
          "maxDataPoints": 400,
          "nullPointMode": "null as zero",
          "options": {
            "alertThreshold": true
          },
          "percentage": false,
          "pluginVersion": "7.5.5",
          "pointradius": 2,
          "points": false,
          "renderer": "flot",
          "seriesOverrides": [
            {
              "$$hashKey": "object:632"
            }
          ],
          "spaceLength": 10,
          "stack": true,
          "steppedLine": true,
          "targets": [
            {
              "expr": "step_threadgroup{eId=~\"$eid_current\"}",
              "interval": "",
              "legendFormat": "{{name}}",
              "refId": "A"
            }
          ],
          "thresholds": [],
          "timeFrom": null,
          "timeRegions": [],
          "timeShift": null,
          "title": "Threadgroups (Concurrency)",
          "tooltip": {
            "shared": true,
            "sort": 1,
            "value_type": "individual"
          },
          "transformations": [
            {
              "id": "seriesToColumns",
              "options": {
                "byField": "Time"
              }
            }
          ],
          "type": "graph",
          "xaxis": {
            "buckets": null,
            "mode": "time",
            "name": null,
            "show": true,
            "values": []
          },
          "yaxes": [
            {
              "$$hashKey": "object:102",
              "format": "short",
              "label": null,
              "logBase": 1,
              "max": null,
              "min": "0",
              "show": true
            },
            {
              "$$hashKey": "object:103",
              "format": "short",
              "label": null,
              "logBase": 1,
              "max": null,
              "min": null,
              "show": true
            }
          ],
          "yaxis": {
            "align": false,
            "alignLevel": null
          }
        }
      ],
      "title": "Threadgroups (Concurrency)",
      "type": "row"
    },
    {
      "collapsed": true,
      "datasource": null,
      "gridPos": {
        "h": 1,
        "w": 24,
        "x": 0,
        "y": 28
      },
      "id": 19,
      "panels": [
        {
          "datasource": "step-prometheus",
          "description": "",
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "thresholds"
              },
              "custom": {
                "align": null,
                "filterable": false,
                "width": 100
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              }
            },
            "overrides": [
              {
                "matcher": {
                  "id": "byName",
                  "options": "name"
                },
                "properties": [
                  {
                    "id": "custom.width"
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 12,
            "w": 15,
            "x": 0,
            "y": 29
          },
          "id": 58,
          "options": {
            "frameIndex": 1,
            "showHeader": true,
            "sortBy": []
          },
          "pluginVersion": "7.5.5",
          "targets": [
            {
              "exemplar": true,
              "expr": "(sum by (name) (rate(step_node_duration_seconds_count{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])))*($__interval_ms/1000)",
              "format": "table",
              "interval": "",
              "legendFormat": "{{name}}",
              "refId": "A"
            },
            {
              "expr": "sum by (name) (rate(step_node_duration_seconds_count{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval]))",
              "format": "table",
              "interval": "",
              "legendFormat": "{{name}}",
              "refId": "B"
            },
            {
              "exemplar": true,
              "expr": "sum by (name) (rate(step_node_duration_seconds_sum{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])) / sum by (name) (rate(step_node_duration_seconds_count{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])) ",
              "format": "table",
              "instant": false,
              "interval": "",
              "legendFormat": "{{name}}",
              "refId": "C"
            },
            {
              "exemplar": true,
              "expr": "(sum by (name) (rate(step_node_duration_seconds_sum{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])))*($__interval_ms/1000)",
              "hide": false,
              "interval": "",
              "legendFormat": "{{name}}",
              "refId": "D"
            }
          ],
          "title": "Transaction statistics",
          "transformations": [
            {
              "id": "labelsToFields",
              "options": {}
            },
            {
              "id": "filterFieldsByName",
              "options": {
                "include": {
                  "names": [
                    "name",
                    "Value #A",
                    "Value #B",
                    "Value #C",
                    "Value"
                  ]
                }
              }
            },
            {
              "id": "groupBy",
              "options": {
                "fields": {
                  "Value": {
                    "aggregations": [
                      "sum"
                    ],
                    "operation": "aggregate"
                  },
                  "Value #A": {
                    "aggregations": [
                      "sum"
                    ],
                    "operation": "aggregate"
                  },
                  "Value #B": {
                    "aggregations": [
                      "mean"
                    ],
                    "operation": "aggregate"
                  },
                  "Value #C": {
                    "aggregations": [
                      "logmin",
                      "max"
                    ],
                    "operation": "aggregate"
                  },
                  "name": {
                    "aggregations": [],
                    "operation": "groupby"
                  }
                }
              }
            },
            {
              "id": "calculateField",
              "options": {
                "alias": "mean",
                "binary": {
                  "left": "Value (sum)",
                  "operator": "/",
                  "reducer": "sum",
                  "right": "Value #A (sum)"
                },
                "mode": "binary",
                "reduce": {
                  "reducer": "sum"
                }
              }
            },
            {
              "id": "organize",
              "options": {
                "excludeByName": {},
                "indexByName": {
                  "Value #A (sum)": 1,
                  "Value #B (mean)": 2,
                  "Value #C (logmin)": 3,
                  "Value #C (max)": 5,
                  "Value (sum)": 6,
                  "mean": 4,
                  "name": 0
                },
                "renameByName": {
                  "Value #A (sum)": "count",
                  "Value #B (mean)": "tps",
                  "Value #C (logmin)": "graph min",
                  "Value #C (max)": "graph max",
                  "Value #C (mean)": "",
                  "mean": "avg"
                }
              }
            },
            {
              "id": "filterFieldsByName",
              "options": {
                "include": {
                  "names": [
                    "name",
                    "count",
                    "tps",
                    "graph min",
                    "avg",
                    "graph max"
                  ]
                }
              }
            }
          ],
          "type": "table"
        },
        {
          "datasource": "step-prometheus",
          "fieldConfig": {
            "defaults": {
              "color": {
                "mode": "thresholds"
              },
              "custom": {
                "align": null,
                "filterable": false
              },
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              }
            },
            "overrides": [
              {
                "matcher": {
                  "id": "byName",
                  "options": "status"
                },
                "properties": [
                  {
                    "id": "custom.width",
                    "value": 120
                  }
                ]
              },
              {
                "matcher": {
                  "id": "byName",
                  "options": "Value (sum)"
                },
                "properties": [
                  {
                    "id": "displayName",
                    "value": "count"
                  },
                  {
                    "id": "custom.width",
                    "value": 100
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 12,
            "w": 9,
            "x": 15,
            "y": 29
          },
          "id": 60,
          "options": {
            "frameIndex": 1,
            "showHeader": true,
            "sortBy": [
              {
                "desc": false,
                "displayName": "name"
              }
            ]
          },
          "pluginVersion": "7.5.5",
          "targets": [
            {
              "expr": "(sum by (name,status) (rate(step_node_duration_seconds_count{eId=~\"$eid_current\",name=~\"$name_current\",type=~\"$type_current\",status=~\"$status_current\"}[$__rate_interval])))*($__interval_ms/1000)",
              "format": "table",
              "interval": "",
              "legendFormat": "",
              "refId": "A"
            }
          ],
          "title": "Transactions by status",
          "transformations": [
            {
              "id": "filterFieldsByName",
              "options": {
                "include": {
                  "names": [
                    "name",
                    "status",
                    "Value"
                  ]
                }
              }
            },
            {
              "id": "groupBy",
              "options": {
                "fields": {
                  "Value": {
                    "aggregations": [
                      "sum"
                    ],
                    "operation": "aggregate"
                  },
                  "name": {
                    "aggregations": [],
                    "operation": "groupby"
                  },
                  "status": {
                    "aggregations": [],
                    "operation": "groupby"
                  }
                }
              }
            }
          ],
          "type": "table"
        },
        {
          "datasource": null,
          "fieldConfig": {
            "defaults": {},
            "overrides": []
          },
          "gridPos": {
            "h": 2,
            "w": 24,
            "x": 0,
            "y": 41
          },
          "id": 72,
          "options": {
            "content": "Warning: the total counts over a time interval with Prometheus are approximate and might be inaccurate when a wider time range is selected.",
            "mode": "markdown"
          },
          "pluginVersion": "7.5.5",
          "targets": [
            {
              "format": "time_series",
              "group": [],
              "metricColumn": "none",
              "rawQuery": false,
              "rawSql": "SELECT\n  $__time(time_column),\n  value1\nFROM\n  metric_table\nWHERE\n  $__timeFilter(time_column)\n",
              "refId": "A",
              "select": [
                [
                  {
                    "params": [
                      "value"
                    ],
                    "type": "column"
                  }
                ]
              ],
              "timeColumn": "time",
              "where": [
                {
                  "name": "$__timeFilter",
                  "params": [],
                  "type": "macro"
                }
              ]
            }
          ],
          "timeFrom": null,
          "timeShift": null,
          "type": "text"
        }
      ],
      "title": "Statistics",
      "type": "row"
    }
  ],
  "refresh": false,
  "schemaVersion": 27,
  "style": "dark",
  "tags": [],
  "templating": {
    "list": [
      {
        "allValue": null,
        "current": {
          "selected": false,
          "text": "61975e07f6a9930bce6b248c",
          "value": "61975e07f6a9930bce6b248c"
        },
        "datasource": "step-prometheus",
        "definition": "label_values(step_node_duration_seconds_count,eId)",
        "description": "",
        "error": null,
        "hide": 0,
        "includeAll": false,
        "label": "Selected execution",
        "multi": false,
        "name": "eid_current",
        "options": [],
        "query": {
          "query": "label_values(step_node_duration_seconds_count,eId)",
          "refId": "step-prometheus-eid_current-Variable-Query"
        },
        "refresh": 2,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      },
      {
        "allValue": null,
        "current": {
          "selected": true,
          "text": [
            "All"
          ],
          "value": [
            "$__all"
          ]
        },
        "datasource": "step-prometheus",
        "definition": "label_values(step_node_duration_seconds_count{eId=~\"$eid_current\"},name)",
        "description": null,
        "error": null,
        "hide": 0,
        "includeAll": true,
        "label": "Selected keywords",
        "multi": true,
        "name": "name_current",
        "options": [],
        "query": {
          "query": "label_values(step_node_duration_seconds_count{eId=~\"$eid_current\"},name)",
          "refId": "step-prometheus-name_current-Variable-Query"
        },
        "refresh": 2,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      },
      {
        "allValue": null,
        "current": {
          "selected": true,
          "text": [
            "All"
          ],
          "value": [
            "$__all"
          ]
        },
        "datasource": "step-prometheus",
        "definition": "label_values(step_node_duration_seconds_count{eId=~\"$eid_current\"},type)",
        "description": null,
        "error": null,
        "hide": 0,
        "includeAll": true,
        "label": "Selected type",
        "multi": true,
        "name": "type_current",
        "options": [],
        "query": {
          "query": "label_values(step_node_duration_seconds_count{eId=~\"$eid_current\"},type)",
          "refId": "step-prometheus-type_current-Variable-Query"
        },
        "refresh": 2,
        "regex": "",
        "skipUrlSync": false,
        "sort": 0,
        "tagValuesQuery": "",
        "tags": [],
        "tagsQuery": "",
        "type": "query",
        "useTags": false
      },
      {
        "allValue": null,
        "current": {
          "selected": false,
          "text": [
            "All"
          ],
          "value": [
            "$__all"
          ]
        },
        "description": null,
        "error": null,
        "hide": 0,
        "includeAll": true,
        "label": "Selected status",
        "multi": true,
        "name": "status_current",
        "options": [
          {
            "selected": true,
            "text": "All",
            "value": "$__all"
          },
          {
            "selected": false,
            "text": "PASSED",
            "value": "PASSED"
          },
          {
            "selected": false,
            "text": "FAILED",
            "value": "FAILED"
          },
          {
            "selected": false,
            "text": "TECHNICAL_ERROR",
            "value": "TECHNICAL_ERROR"
          },
          {
            "selected": false,
            "text": "INTERRUPTED",
            "value": "INTERRUPTED"
          },
          {
            "selected": false,
            "text": "SKIPPED",
            "value": "SKIPPED"
          },
          {
            "selected": false,
            "text": "NORUN",
            "value": "NORUN"
          },
          {
            "selected": false,
            "text": "RUNNING",
            "value": "RUNNING"
          }
        ],
        "query": "PASSED, FAILED, TECHNICAL_ERROR, INTERRUPTED, SKIPPED, NORUN, RUNNING",
        "queryValue": "",
        "skipUrlSync": false,
        "type": "custom"
      },
      {
        "description": null,
        "error": null,
        "hide": 2,
        "label": null,
        "name": "copy_of_executionlistUID",
        "query": "XE4Op4gnz",
        "skipUrlSync": false,
        "type": "constant"
      },
      {
        "description": null,
        "error": null,
        "hide": 2,
        "label": null,
        "name": "executionlistUID",
        "query": "XE4Op4gnz",
        "skipUrlSync": false,
        "type": "constant"
      }
    ]
  },
  "time": {
    "from": "2021-11-19T07:55:38.315Z",
    "to": "2021-11-19T09:30:29.333Z"
  },
  "timepicker": {},
  "timezone": "",
  "title": "step - execution overview (prom,embedded)",
  "uid": "RQqxcxg7k",
  "version": 24
}