Closed Bug 1909436 Opened 1 year ago Closed 1 year ago

Add telemetry on Network Settings UI interaction

Categories

(Core :: Networking, task, P2)

task

Tracking

()

RESOLVED FIXED
135 Branch
Tracking Status
firefox135 --- fixed

People

(Reporter: kershaw, Assigned: omansfeld)

Details

(Whiteboard: [necko-triaged] [necko-priority-queue])

Attachments

(1 file)

We aim to gain insights into how users interact with the network settings page. Specifically, we want to understand how proxies are configured, whether through proxy auto-config, enterprise policies, add-ons, or manual settings adjustments.

Assignee: nobody → omansfeld

Am I correct to assume that those are the settings that are to be monitored?

  enum {
    PROXYCONFIG_DIRECT = 0U,
    PROXYCONFIG_MANUAL = 1U,
    PROXYCONFIG_PAC = 2U,
    PROXYCONFIG_WPAD = 4U,
    PROXYCONFIG_SYSTEM = 5U
  };

I already started working on a patch for collecting them and just wanted to double check.

Flags: needinfo?(kershaw)
Flags: needinfo?(kershaw)
Status: NEW → ASSIGNED
Attachment #9435453 - Attachment description: WIP: Bug 1909436 - Added telemetry to record proxy type preferences set in the network settings UI. → Bug 1909436 - Added telemetry to record proxy type preferences set in the network settings UI. r=#necko
Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0c2bb4ccb656 Added telemetry to record proxy type preferences set in the network settings UI. r=necko-reviewers,settings-reviewers,kershaw,mossop
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch

Not sure if event telemetry was the most appropriate kind of telemetry - looker only lets me run queries that process less than 10Tb of data 🙂

In any case, here's a query for the past 3 days:
https://mozilla.cloud.looker.com/x/Lar8VMIseVh9MhuH5mFev9

| row | date | key | event count | client count |
1 2025-02-12 PAC 3,075 1,760
2 2025-02-12 MANUAL 65,439 20,255
3 2025-02-12 DIRECT 24,425 14,797
4 2025-02-12 WPAD 4,483 3,185
5 2025-02-12 SYSTEM 11,535 7,708
6 2025-02-11 PAC 2,890 1,685
7 2025-02-11 MANUAL 66,483 20,175
8 2025-02-11 DIRECT 23,294 14,113
9 2025-02-11 WPAD 4,309 3,119
10 2025-02-11 SYSTEM 11,445 7,398

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: