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
"W0414 08:59:47.563558 1 handler.go:30] rpc error: code = InvalidArgument desc = One or more TimeSeries could not be written: timeSeries[0-106]: write for resource=generic_node{namespace:,node_id:,location:global} failed with: Points must be written in order. One or more of the points specified had an older start time than the most recent point."
The text was updated successfully, but these errors were encountered:
After speaking with Al about this and digging a bit more into it, I come to the conclusion that this is because there are multiple tasks exporting the same metric, and Otel cannot make any difference between them. Unfortunately, I don't think that this is supported: GoogleCloudPlatform/opentelemetry-operations-go#946.
From the logs:
The text was updated successfully, but these errors were encountered: