tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

runtime-metrics-sample.json (1186B)


      1 {
      2  "metrics": {
      3    "newtab": {
      4      "wallpaper_click": {
      5        "type": "text",
      6        "description": "Number of clicks",
      7        "lifetime": "ping",
      8        "pings": ["newtab"],
      9        "disabled": false
     10      },
     11      "load_time": {
     12        "type": "event",
     13        "description": "Time taken to load and render",
     14        "lifetime": "ping",
     15        "pings": ["spoc-1"],
     16        "disabled": false,
     17        "extraArgs": {
     18          "allowed_extra_keys": ["is_page_followed", "newtab_visit_id"]
     19        }
     20      }
     21    }
     22  },
     23  "pings": {
     24    "messaging-system": {
     25      "includeClientId": false,
     26      "sendIfEmpty": false,
     27      "preciseTimestamps": true,
     28      "includeInfoSections": true,
     29      "enabled": true,
     30      "schedulesPings": [],
     31      "reasonCodes": [],
     32      "followsCollectionEnabled": true,
     33      "uploaderCapabilities": []
     34    },
     35    "spoc-1": {
     36      "includeClientId": false,
     37      "sendIfEmpty": false,
     38      "preciseTimestamps": true,
     39      "includeInfoSections": true,
     40      "enabled": true,
     41      "schedulesPings": [],
     42      "reasonCodes": ["click", "impression", "save"],
     43      "followsCollectionEnabled": true,
     44      "uploaderCapabilities": []
     45    }
     46  }
     47 }