Slide 19
Slide 19 text
Example of what a read request looks like
Metrics Read API Response
{
"kind": "cloudmonitoring#listTimeseriesResponse",
...
"timeseries": [
{
"timeseriesDesc": {
"project": "1016230248573",
"metric": "compute.googleapis.com/instance/cpu/usage_time",
"labels": {
"cloud.googleapis.com/service": "compute.googleapis.com",
...
"compute.googleapis.com/instance_name": "ae-engine-1-03-0"
}
},
"points": [
{
"start": "2014-03-07T18:57:09.000Z",
"end": "2014-03-20T00:13:13.000Z",
"singularValue": 13400.60009765625
},