mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 11:20:27 -06:00
47 lines
1011 B
JSON
47 lines
1011 B
JSON
{
|
|
"timeSeries": [
|
|
{
|
|
"metric": {
|
|
"type": "serviceruntime.googleapis.com\/api\/request_count"
|
|
},
|
|
"resource": {
|
|
"type": "consumed_api",
|
|
"labels": {
|
|
"project_id": "grafana-prod"
|
|
}
|
|
},
|
|
"metricKind": "GAUGE",
|
|
"valueType": "DOUBLE",
|
|
"points": [
|
|
{
|
|
"interval": {
|
|
"startTime": "2018-09-11T12:51:00Z",
|
|
"endTime": "2018-09-11T12:51:00Z"
|
|
},
|
|
"value": {
|
|
"doubleValue": 1.0666666666667
|
|
}
|
|
},
|
|
{
|
|
"interval": {
|
|
"startTime": "2018-09-11T12:48:00Z",
|
|
"endTime": "2018-09-11T12:48:00Z"
|
|
},
|
|
"value": {
|
|
"doubleValue": 1.05
|
|
}
|
|
},
|
|
{
|
|
"interval": {
|
|
"startTime": "2018-09-11T12:47:00Z",
|
|
"endTime": "2018-09-11T12:47:00Z"
|
|
},
|
|
"value": {
|
|
"doubleValue": 0.05
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|