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
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
The text was updated successfully, but these errors were encountered:
Expected behavior
No error.
Actual behavior
The collectd program print the following error message,
Steps to reproduce
journalctl -f -u stackdriver-collectd
The text was updated successfully, but these errors were encountered: