-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore - Remove some expired metrics (#9228)
* Remove push_message expired (and unused) metric * Remove android_daemon_status
- Loading branch information
Showing
3 changed files
with
2 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -365,60 +365,6 @@ sample: | |
description: The language code chosen. | ||
type: string | ||
|
||
push_message_received: | ||
type: event | ||
lifetime: ping | ||
send_in_pings: | ||
- main | ||
description: | | ||
A device has been removed from the user's account. | ||
bugs: | ||
- https://github.com/mozilla-mobile/mozilla-vpn-client/issues/3982 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/mozilla-vpn-client/pull/4275#issuecomment-1228532390 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: 2023-12-31 | ||
extra_keys: | ||
type: | ||
description: | | ||
The message type. | ||
type: string | ||
|
||
android_daemon_status: | ||
type: event | ||
lifetime: ping | ||
send_in_pings: | ||
- main | ||
description: | | ||
A status report of the Android Daemon. Contains information | ||
if the daemon' connection health component. | ||
This will help us understand if that component did activate, | ||
and if so if it did help fix the connection. | ||
bugs: | ||
- https://mozilla-hub.atlassian.net/browse/VPN-3743 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/mozilla-vpn-client/pull/5528#pullrequestreview-1262407370 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: 2024-01-01 | ||
extra_keys: | ||
connection_health_state: | ||
description: | | ||
The State of connection health. Possible values are: | ||
deactivated-feature-flagged -> deactive due A/B testing. | ||
deactivated -> vpn disconnected | ||
active-not-silent-switched -> connection is healthy | ||
active-silent-switched -> connection was unhealthy | ||
active-panic-state-reached -> connection was unhealthy | ||
type: string | ||
|
||
iap_g_no_sku_details: | ||
type: event | ||
lifetime: ping | ||
|
@@ -1149,8 +1095,8 @@ sample: | |
type: string | ||
transport: | ||
description: | | ||
The Host network type (i.e wifi or 4g). | ||
Possible values are Unknown, Disconnected, Local, Site, Online | ||
The Host network type (i.e wifi or 4g). | ||
Possible values are Unknown, Disconnected, Local, Site, Online | ||
type: string | ||
|
||
server_unavailable_error: | ||
|