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

Firebase Performance metrics disappears on the console after 2 days #8581

Closed
visumickey opened this issue Aug 27, 2021 · 2 comments · Fixed by #8578
Closed

Firebase Performance metrics disappears on the console after 2 days #8581

visumickey opened this issue Aug 27, 2021 · 2 comments · Fixed by #8578
Assignees

Comments

@visumickey
Copy link
Contributor

After upgrading to 8.6.0 version of Firebase performance, an issue occurs where the events get lost on the console after a couple of days.

Reason
Firebase Performance received events and processes them at realtime. But the events processed at realtime are available only for 2 days. A separate batch process happens regularly to make sure the events are aggregated regularly. Firebase Performance UI shows data from both realtime processing and batch processing.

Events that were sent on version 8.6.0 (iOS) had an issue where the events were dropped off in the batch processing, but realtime accepts those events. So, the UI would lose data after 2 days since batch processing drops those events off.

This does not affect any SDK versions except for 8.6.0.

@visumickey
Copy link
Contributor Author

The fix for this issue (#8578) is ready and we are the final stages of testing before rolling out the fix.

The expected new release is 8.6.1 and we HIGHLY recommend to upgrade to this newer version to make sure the events are not lost.

@visumickey
Copy link
Contributor Author

visumickey commented Aug 27, 2021

Fix for this issue has landed with version 8.6.1 for CocoaPods and Swift Package Manager.

### Please upgrade to version 8.6.1 or above to make sure your events are ingested and processed successfully.

Carthage and zip distribution users: Until 8.7.0 releases, please rollback to the 8.5.0 version of FirebasePerformance.

@firebase firebase locked and limited conversation to collaborators Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants