mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Update backend * Update frontend * Keep old plugin id * Update docs * Place doc images to a new directory * Legacy support for stackdriver-auto alignment * Consistent plugin name * Apply suggestions from code review Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> * Update docs * Update public/app/plugins/datasource/cloud-monitoring/README.md Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Add reference to the data source formerly being named Stackdriver * Update pkg/models/datasource.go Co-authored-by: Carl Bergquist <carl@grafana.com> * Fix gofmt Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Co-authored-by: Carl Bergquist <carl@grafana.com>
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|