Revision 4cfaf31e18e9cc7724d788b263bdd3b0f8183fd8 authored by Giordano Ricci on 12 January 2022, 09:19:10 UTC, committed by grafanabot on 14 January 2022, 12:39:54 UTC
(cherry picked from commit afd110309c3ca7776c8e95c4aa64fec1061657e3)
1 parent e801e20
Raw File
7-series-response-mql.json
{
  "timeSeriesDescriptor": {
    "labelDescriptors": [
      {
        "key": "resource.project_id"
      },
      {
        "key": "resource.zone"
      },
      {
        "key": "resource.instance_id"
      },
      {
        "key": "metric.response_code_class",
        "valueType": "INT64"
      }
    ],
    "pointDescriptors": [
      {
        "key": "value.read_bytes_count",
        "valueType": "INT64",
        "metricKind": "DELTA"
      }
    ]
  },
  "timeSeriesData": [
    {
      "labelValues": [
        {
          "stringValue": "grafana-prod"
        },
        {
          "stringValue": "asia-northeast1-c"
        },
        {
          "stringValue": "6724404429462225363"
        },
        {
          "int64Value": "200"
        }
      ],
      "pointData": [
        {
          "values": [
            {
              "int64Value": "0"
            }
          ],
          "timeInterval": {
            "startTime": "2020-05-18T09:47:00Z",
            "endTime": "2020-05-18T09:48:00Z"
          }
        },
        {
          "values": [
            {
              "int64Value": "0"
            }
          ],
          "timeInterval": {
            "startTime": "2020-05-18T09:46:00Z",
            "endTime": "2020-05-18T09:47:00Z"
          }
        }
      ]
    }
  ]
}
back to top