-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathmetrics.yaml
More file actions
127 lines (119 loc) · 3.66 KB
/
metrics.yaml
File metadata and controls
127 lines (119 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
ads_client:
build_cache_error:
type: labeled_string
description: >
Errors encountered when building the HTTP cache, labeled by error type.
The string value contains the error message or error type.
labels:
- builder_error
- database_error
- empty_db_path
- invalid_max_size
- invalid_ttl
bugs:
- https://github.com/mozilla/application-services/pull/7111
data_reviews:
- https://github.com/mozilla/application-services/pull/7111
data_sensitivity:
- technical
notification_emails:
- ahanot@mozilla.com
- llisi@mozilla.com
- toast@mozilla.com
expires: never
client_error:
type: labeled_string
description: >
Errors encountered when using the ads client, labeled by operation type.
The string value contains the error message or error type. Errors are
recorded even if they are propagated to the consumer.
labels:
- record_click
- record_impression
- report_ad
- request_ads
bugs:
- https://github.com/mozilla/application-services/pull/7111
data_reviews:
- https://github.com/mozilla/application-services/pull/7111
data_sensitivity:
- interaction
notification_emails:
- ahanot@mozilla.com
- llisi@mozilla.com
- toast@mozilla.com
expires: never
client_operation_total:
type: labeled_counter
description: >
The total number of operations attempted by the ads client, labeled by
operation type. Used as the denominator for client_operation_success_rate.
labels:
- new
- record_click
- record_impression
- report_ad
- request_ads
bugs:
- https://github.com/mozilla/application-services/pull/7111
data_reviews:
- https://github.com/mozilla/application-services/pull/7111
data_sensitivity:
- interaction
notification_emails:
- ahanot@mozilla.com
- llisi@mozilla.com
- toast@mozilla.com
expires: never
deserialization_error:
type: labeled_string
description: >
Deserialization errors encountered when parsing AdResponse data,
labeled by error type. The string value contains the error message or
details. Invalid ad items are skipped but these errors are tracked for
monitoring data quality issues.
labels:
- invalid_ad_item
- invalid_array
- invalid_structure
bugs:
- https://github.com/mozilla/application-services/pull/7111
data_reviews:
- https://github.com/mozilla/application-services/pull/7111
data_sensitivity:
- technical
notification_emails:
- ahanot@mozilla.com
- llisi@mozilla.com
- toast@mozilla.com
expires: never
http_cache_outcome:
type: labeled_string
description: >
The total number of outcomes encountered during read operations on the
http cache, labeled by type. The string value contains the error message or
error type.
labels:
- cleanup_failed
- hit
- lookup_failed
- miss_not_cacheable
- miss_stored
- no_cache
- store_failed
bugs:
- https://github.com/mozilla/application-services/pull/7111
data_reviews:
- https://github.com/mozilla/application-services/pull/7111
data_sensitivity:
- technical
notification_emails:
- ahanot@mozilla.com
- llisi@mozilla.com
- toast@mozilla.com
expires: never