{
  "id": 49,
  "gridPos": {
    "h": 5,
    "w": 2,
    "x": 2,
    "y": 1
  },
  "type": "stat",
  "title": "Absorb Time ",
  "pluginVersion": "8.3.0",
  "maxDataPoints": 100,
  "links": [],
  "fieldConfig": {
    "defaults": {
      "thresholds": {
        "mode": "absolute",
        "steps": [
          {
            "color": "green",
            "value": null
          }
        ]
      },
      "mappings": [
        {
          "options": {
            "match": "null",
            "result": {
              "index": 0,
              "text": "0"
            }
          },
          "type": "special"
        }
      ],
      "color": {
        "mode": "thresholds"
      },
      "decimals": 1,
      "unit": "dtdurations"
    },
    "overrides": []
  },
  "options": {
    "reduceOptions": {
      "values": false,
      "calcs": [
        "lastNotNull"
      ],
      "fields": "/^mqtt_consumer\\.AbsorbTime$/"
    },
    "orientation": "horizontal",
    "textMode": "auto",
    "colorMode": "value",
    "graphMode": "none",
    "justifyMode": "auto",
    "text": {}
  },
  "targets": [
    {
      "datasource": {
        "type": "influxdb",
        "uid": "qWJDaNmRk"
      },
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "select AbsorbTime  FROM \"mqtt_consumer\" WHERE (\"topic\" = 'ClassicMQTT/CLASSIC2/stat/readings')",
      "rawQuery": true,
      "refId": "A",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    }
  ],
  "transparent": true,
  "datasource": null
}