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

otel: Send TimeSeries failed: One or more TimeSeries could not be written #278

Open
titan-graham opened this issue Dec 10, 2024 · 0 comments

Comments

@titan-graham
Copy link

titan-graham commented Dec 10, 2024

We are seeing repeated open telemetry errors in the project logs.

I should say that this may be because of our usage, we don't directly trigger on the object finalised event, instead we have a function that triggers on this and passes the eventarc message to the cloud run instance separately.

Version: v3.1.1

I've not been able to determine if we see the same in v3.2 as we had to roll back

{
  "stack": "Error: PeriodicExportingMetricReader: metrics export failed (error Error: Send TimeSeries failed: One or more TimeSeries could not be written: timeSeries[4]: Field timeSeries[4].points[0].value had an invalid value: A point has an unrecognized value type.; timeSeries[3]: Field timeSeries[3].points[0].value had an invalid value: A point has an unrecognized value type.; timeSeries[5]: Field timeSeries[5].points[0].value had an invalid value: A point has an unrecognized value type.)\n    at PeriodicExportingMetricReader._doRun (/app/node_modules/@opentelemetry/sdk-metrics/build/src/export/PeriodicExportingMetricReader.js:83:19)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async PeriodicExportingMetricReader._runOnce (/app/node_modules/@opentelemetry/sdk-metrics/build/src/export/PeriodicExportingMetricReader.js:54:13)",
  "message": "PeriodicExportingMetricReader: metrics export failed (error Error: Send TimeSeries failed: One or more TimeSeries could not be written: timeSeries[4]: Field timeSeries[4].points[0].value had an invalid value: A point has an unrecognized value type.; timeSeries[3]: Field timeSeries[3].points[0].value had an invalid value: A point has an unrecognized value type.; timeSeries[5]: Field timeSeries[5].points[0].value had an invalid value: A point has an unrecognized value type.)",
  "name": "Error"
}
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