Skip to content

Commit 42c175c

Browse files
authored
SYNC-5090 remove unneeded metrics (mozilla#7189)
We've been experimenting with new metrics dashboards, but when these were plotted they didn't seem useful at all.
1 parent 50fa3cb commit 42c175c

File tree

8 files changed

+92
-677
lines changed

8 files changed

+92
-677
lines changed

components/fxa-client/android/metrics.yaml

Lines changed: 3 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,9 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
# This file defines the metrics that will be gathered for the "fxaclient"
6-
# storage component.
7-
# These are emitted for all users of the component. Additional metrics
8-
# specific to the *syncing* of fxaclient are defined in a separate "sync_ping"
9-
# package.
10-
#
11-
# Changes to these metrics require data review, which should take into
12-
# consideration
13-
# the following known consumers of the fxaclient component Android bindings:
14-
#
15-
# * Fenix for Android
5+
# Empty metrics file that we keep around since we used to have metrics defined and removing the file
6+
# entirely caused issues with the Glean pipeline:
7+
# https://github.com/mozilla/probe-scraper/pull/990
168

179
---
1810
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
19-
20-
fxa_client:
21-
operation_count:
22-
type: counter
23-
description: The total number of operations performed by the FxA client.
24-
bugs:
25-
- https://github.com/mozilla/application-services/issues/5871
26-
data_reviews:
27-
- https://github.com/mozilla/application-services/issues/5872
28-
data_sensitivity:
29-
- interaction
30-
notification_emails:
31-
- bdk@mozilla.com
32-
- synced-client-integrations@mozilla.com
33-
expires: "never"
34-
35-
error_count:
36-
type: labeled_counter
37-
description: >
38-
The total number of errors encountered during FxA operations, labeled by type.
39-
It is intended to be used together with `operation_count` to measure
40-
the overall error rate of FxA operations operations.
41-
labels:
42-
- network
43-
- authentication
44-
- no_existing_auth_flow
45-
- origin_mismatch
46-
- fxa_other
47-
- unexpected
48-
bugs:
49-
- https://github.com/mozilla/application-services/issues/5871
50-
data_reviews:
51-
- https://github.com/mozilla/application-services/issues/5872
52-
data_sensitivity:
53-
- interaction
54-
notification_emails:
55-
- bdk@mozilla.com
56-
- synced-client-integrations@mozilla.com
57-
expires: "never"

0 commit comments

Comments
 (0)