{
  "id": 51,
  "gridPos": {
    "h": 6,
    "w": 12,
    "x": 0,
    "y": 16
  },
  "type": "table",
  "title": "Pods started since ${__from:date:iso}",
  "datasource": {
    "uid": "${datasource}",
    "type": "prometheus"
  },
  "fieldConfig": {
    "defaults": {
      "custom": {
        "align": "auto",
        "displayMode": "auto",
        "inspect": false
      },
      "mappings": [],
      "thresholds": {
        "mode": "absolute",
        "steps": [
          {
            "color": "green",
            "value": null
          }
        ]
      },
      "color": {
        "mode": "thresholds"
      },
      "unit": "none"
    },
    "overrides": [
      {
        "matcher": {
          "id": "byType",
          "options": "number"
        },
        "properties": [
          {
            "id": "unit",
            "value": "dateTimeAsIso"
          }
        ]
      }
    ]
  },
  "options": {
    "showHeader": true,
    "footer": {
      "show": false,
      "reducer": [
        "sum"
      ],
      "fields": ""
    }
  },
  "targets": [
    {
      "datasource": {
        "type": "prometheus",
        "uid": "${datasource}"
      },
      "exemplar": false,
      "expr": "kube_pod_start_time\n* on (pod) group_left\ngroup by (pod) (kube_pod_info{node=\"${instance}\"})\n* 1000\n> ${__from}",
      "instant": true,
      "interval": "",
      "intervalFactor": 2,
      "legendFormat": "{{ phase }}",
      "refId": "B",
      "editorMode": "code",
      "range": false,
      "hide": false,
      "format": "table"
    }
  ],
  "pluginVersion": "8.5.20",
  "transformations": [
    {
      "id": "organize",
      "options": {
        "excludeByName": {
          "Time": true,
          "container": true,
          "endpoint": true,
          "job": true,
          "prometheus": true,
          "service": true,
          "uid": true
        },
        "indexByName": {},
        "renameByName": {
          "namespace": "Namespace",
          "pod": "Pod"
        }
      }
    }
  ]
}
