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

Bug: OpenTelemetry ingestion fails to handle timestamps #38

Open
Josh-Walker-GM opened this issue Feb 23, 2024 · 1 comment
Open

Bug: OpenTelemetry ingestion fails to handle timestamps #38

Josh-Walker-GM opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Josh-Walker-GM
Copy link
Contributor

There is a failure with the way we're ingesting OTel data. Specifically around the handling of timestamps. It appears the shape of the data does not specifically match the type we have and thus we end up performing invalid operations on the data.

From what I can recall of the one time I saw this previously it was not showing up when I was developing studio and only showing up on end-user projects when using studio. Potentially another layer of confusion.

See: https://community.redwoodjs.com/t/opentelemetry-support-experimental/4772/14 for an example of where this is showing up for users.

@Josh-Walker-GM Josh-Walker-GM added the bug Something isn't working label Feb 23, 2024
@Josh-Walker-GM Josh-Walker-GM self-assigned this Feb 23, 2024
@Josh-Walker-GM
Copy link
Contributor Author

I'm hoping this will have been resolved by #48 but let's wait and see from the people who raised this issue if it does actually solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant