Records the action returned in a response from the DLP agent, as well as how long the agent took to return a response (roughly). Note that if the agent pops up some kind of its own WARN dialog, the timing recorded will include how long it took for the user to pick an option, so this may not end up being too valuable. Also includes a bit more shuffling around of test code so the telemetry tests can use it. Original Revision: https://phabricator.services.mozilla.com/D252574 Differential Revision: https://phabricator.services.mozilla.com/D258218
297 lines
8.4 KiB
YAML
297 lines
8.4 KiB
YAML
# 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/.
|
|
|
|
# Adding a new metric? We have docs for that!
|
|
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
|
|
|
|
---
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
|
$tags:
|
|
- 'Firefox :: Data Loss Prevention'
|
|
|
|
# The following metrics are used to track the usage of the Data Loss Prevention feature.
|
|
|
|
content_analysis:
|
|
connection_attempt:
|
|
type: counter
|
|
description: Recorded when Firefox attempts to
|
|
connect to the DLP agent.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
connection_attempt_retry:
|
|
type: counter
|
|
description: Recorded when Firefox attempts to
|
|
retry connecting to the DLP agent (because a previous
|
|
attempt to communicate with the agent failed).
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
connection_failure:
|
|
type: labeled_counter
|
|
description: Recorded when Firefox fails to connect to the DLP
|
|
agent. The label is the nsresult that was returned by the
|
|
connection attempt.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
agent_name:
|
|
type: string
|
|
description: The name of the DLP agent that Firefox is
|
|
connected to. This is set via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
interception_points_turned_off:
|
|
type: string_list
|
|
description: The interception points that are turned off
|
|
via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
show_blocked_result:
|
|
type: boolean
|
|
description: The show_blocked_result pref that is set
|
|
via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
default_result:
|
|
type: quantity
|
|
description: The default_result pref that is set
|
|
via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
unit: BlockWarnAllow
|
|
timeout_result:
|
|
type: quantity
|
|
description: The timeout_result pref that is set
|
|
via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
unit: BlockWarnAllow
|
|
client_signature:
|
|
type: string
|
|
description: The client_signature pref that is set
|
|
via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
bypass_for_same_tab_operations:
|
|
type: boolean
|
|
description: The bypass_for_same_tab_operations pref that is set
|
|
via enterprise policy.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
allow_url_regex_list_set:
|
|
type: boolean
|
|
description: Whether the allow_url_regex_list pref is set
|
|
to a non-default value.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
deny_url_regex_list_set:
|
|
type: boolean
|
|
description: Whether the deny_url_regex_list pref is set
|
|
to a non-default value.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- technical
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
request_allowed_by_allow_url:
|
|
type: counter
|
|
description: Recorded when a request is allowed by the
|
|
allow_url_regex_list.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- interaction
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
request_blocked_by_deny_url:
|
|
type: counter
|
|
description: Recorded when a request is blocked by the
|
|
deny_url_regex_list.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- interaction
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
request_sent_by_analysis_type:
|
|
type: labeled_counter
|
|
description: Recorded when a request is sent to the DLP agent.
|
|
The label is the analysisType of the request, which corresponds
|
|
to a value in the AnalysisConnector enum in analysis.proto.
|
|
(e.g. "FILE_DOWNLOADED", "FILE_ATTACHED", "BULK_DATA_ENTRY", etc.)
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- interaction
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
request_sent_by_reason:
|
|
type: labeled_counter
|
|
description: Recorded when a request is sent to the DLP agent.
|
|
The label is the reason of the request, which corresponds to
|
|
a value in the ContentAnalysisRequest::Reason enum in analysis.proto.
|
|
(e.g. "CLIPBOARD_PASTE", "DRAG_AND_DROP", etc.)
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- interaction
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
response_duration_by_analysis_type:
|
|
type: labeled_timing_distribution
|
|
time_unit: microsecond
|
|
description: The time between sending a request to the DLP agent
|
|
and receiving a response from the agent. The label is the analysisType
|
|
of the request.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- interaction
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|
|
response_action:
|
|
type: labeled_counter
|
|
description: Recorded when a response is received from the DLP agent.
|
|
The label is the action of the response, converted to a string (so "1").
|
|
The values correspond to nsIContentAnalysisResponse::Action.
|
|
bugs:
|
|
- https://bugzil.la/1963385
|
|
data_reviews:
|
|
- https://bugzil.la/1963385
|
|
data_sensitivity:
|
|
- interaction
|
|
expires: never
|
|
notification_emails:
|
|
- gstoll@mozilla.com
|
|
- haftandilian@mozilla.com
|
|
- dparks@mozilla.com
|