You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
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
Expected behavior
No error.
Actual behavior
The collectd program print the following error message,
Steps to reproduce
journalctl -f -u stackdriver-collectd