Skip to content

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

Closed
@visumickey

Description

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.

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions