Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write_gcm: Server response (CollectdTimeseriesRequest) contains errors #191

Open
shuLhan opened this issue Jan 14, 2021 · 0 comments
Open

Comments

@shuLhan
Copy link

shuLhan commented Jan 14, 2021

  • Version of collectd: 6.1.1
  • Operating system / distribution: Linux / Arch

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

  • Run the collectd 6.1.1 in Linux VM
  • Monitor the collectd logs using journalctl -f -u stackdriver-collectd
  • Wait until the above error printed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant