Stackdriver / collectd

Stackdriver's monitoring agent based on collectd (http://collectd.org).
https://cloud.google.com/monitoring/agent/
Other
51 stars 15 forks source link

write_gcm: Server response (CollectdTimeseriesRequest) contains errors #191

Open shuLhan opened 3 years ago

shuLhan commented 3 years ago

Expected behavior

No error.

Actual behavior

The collectd program print the following error message,

Jan 14 14:43:05 <hostname> collectd[702017]: write_gcm: Server response (CollectdTimeseriesRequest) contains errors:
                                                 {
                                                   "summary": {
                                                     "totalPointCount": 399,
                                                     "successPointCount": 239,
                                                     "errors": [
                                                       {
                                                         "status": {
                                                           "code": 3,
                                                           "message": "Points must be written in order. One or more of the points specified had an older start time than the most recent point."
                                                         },
                                                         "pointCount": 160
                                                       }
                                                     ]
                                                   }
                                                 }

Steps to reproduce