-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmetrics.yml
More file actions
99 lines (95 loc) · 2.72 KB
/
metrics.yml
File metadata and controls
99 lines (95 loc) · 2.72 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
# Schema
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
get_doc:
fetched:
type: event
description: Recorded when an MDN documentation page is successfully fetched.
data_sensitivity:
- interaction
notification_emails:
- leo@mozilla.com
- mdn-team@mozilla.com
bugs:
- https://github.com/mdn/mcp/issues/98
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2020347
expires: never
extra_keys:
path:
description: Normalised path of the page fetched from MDN.
type: string
user_agent:
description: The HTTP User-Agent of the AI harness making the request.
type: string
search:
completed:
type: event
description: Recorded when a search of MDN documentation is completed.
data_sensitivity:
- interaction
notification_emails:
- leo@mozilla.com
- mdn-team@mozilla.com
bugs:
- https://github.com/mdn/mcp/issues/98
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2020347
expires: never
extra_keys:
result_count:
description: The number of results returned.
type: quantity
top_score:
description: The search relevancy score of the top result.
type: quantity
top_path:
description: The path to the top result.
type: string
user_agent:
description: The HTTP User-Agent of the AI harness making the request.
type: string
get_compat:
fetched:
type: event
description: Recorded when a BCD key is successfully fetched.
data_sensitivity:
- interaction
notification_emails:
- leo@mozilla.com
- mdn-team@mozilla.com
bugs:
- https://github.com/mdn/mcp/issues/98
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2020347
expires: never
extra_keys:
key:
description: The BCD key that was fetched.
type: string
user_agent:
description: The HTTP User-Agent of the AI harness making the request.
type: string
error:
silent_error:
type: event
description: Recorded when a non-critical error occurs.
data_sensitivity:
- technical
notification_emails:
- leo@mozilla.com
- mdn-team@mozilla.com
bugs:
- https://github.com/mdn/mcp/issues/98
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2020347
expires: never
extra_keys:
tool:
description: The MCP tool where the error occurred.
type: string
reason:
description: A hard-coded reason the error occurred.
type: string
user_agent:
description: The HTTP User-Agent of the AI harness making the request.
type: string