-
Notifications
You must be signed in to change notification settings - Fork 219
Make sure Glean telemetry is enabled #1420
Comments
@grigoryk it sounds like Mozilla Android Component has already replaced the existing telemetry system to Glean? Is there anything we need to do? Or, we just need to upgrade our version of Android Component? |
We will consider to replace Telemetry service with Glean in September. There are possible plans:
[1] https://mozilla.github.io/glean/book/user/adding-glean-to-your-project.html |
@pocmo @Dexterp37 Does it mean it is available now to replace the existing |
@daoshengmu , thank you for reaching out. In Android Components, there are currently two libraries for collecting telemetry:
|
@daoshengmu can you let me know what the timeline is for this? |
@jvonitter Bug 1582025 has been resolved that means we can have basic pings like OS, Platform, and MAU info for now. But, for other custom metric like UX behavior tracking, we still need to wait for Bug 1582075. I will continue to work on #1854 once these blockers are done. |
Please note that, as mentioned over Slack, bug 1582075 is not necessarily a blocker for this project, for 2 reasons:
Please note that bug 1582075 does not block |
I would like to separate Glean integration into different stages:
|
Maybe you should do this in a feature branch. |
@Dexterp37 Please help confirm if Glean is using |
Apparently, as @pocmo mentioned, that permission is automatically added when using the WorkManager, see the related google issue. We have bug 1565969 filed for this. I'd be curious to see if the lack of this permission blocks telemetry completely or makes it flaky. We do not rely on restore after reboot anywhere. |
Per #1854, we have enabled Glean and supported its baseline pings. |
For
feature/fxa
. Sync is using glean to send out "sync pings" so that we can track health of this client.Needs to integrate with telemetry settings.
Follow-up to #1389 and #1417.
The text was updated successfully, but these errors were encountered: