HTTP/2 301
content-length: 0
location: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry
date: Sun, 05 Oct 2025 21:27:41 GMT
server: AmazonS3
strict-transport-security: max-age=63072000; includeSubDomains; always
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-frame-options: DENY
referrer-policy: origin
content-security-policy: default-src 'none'; connect-src 'self'; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; img-src data: https://firefox-source-docs.mozilla.org/ https://*.google.com https://*.googleapis.com https://*.gstatic.com; media-src 'self' https://www.youtube.com; frame-src 'self' https://www.youtube.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdnjs.cloudflare.com https://unpkg.com https://*.google.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://*.google.com
x-cache: Miss from cloudfront
via: 1.1 e38fa52c96dc5cfd2a6e8c15e77e685c.cloudfront.net (CloudFront)
x-amz-cf-pop: BOM78-P11
x-amz-cf-id: f-dWTRKbxdNusMiL4IAQaeI7bWE_w8qYA3xyy9OW_C48dJ8MW1Vpxw==
HTTP/1.1 301 Moved Permanently
Server: CloudFront
Date: Sun, 05 Oct 2025 21:27:41 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry
X-Cache: Redirect from cloudfront
Via: 1.1 5872fbe51a27cfccc81ebb3630f75e08.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BOM78-P11
X-Amz-Cf-Id: poOo6tx5FfVPIhhwoBQwKtz98wF4fnqrLP1UDwYv7biXWe0Bp5xhMw==
HTTP/2 302
content-type: text/html; charset=utf-8
content-length: 313
x-amz-error-code: Found
x-amz-error-message: Resource Found
location: /toolkit/components/telemetry/
date: Sun, 05 Oct 2025 21:27:41 GMT
server: AmazonS3
strict-transport-security: max-age=63072000; includeSubDomains; always
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-frame-options: DENY
referrer-policy: origin
content-security-policy: default-src 'none'; connect-src 'self'; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; img-src data: https://firefox-source-docs.mozilla.org/ https://*.google.com https://*.googleapis.com https://*.gstatic.com; media-src 'self' https://www.youtube.com; frame-src 'self' https://www.youtube.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdnjs.cloudflare.com https://unpkg.com https://*.google.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://*.google.com
x-cache: Miss from cloudfront
via: 1.1 e38fa52c96dc5cfd2a6e8c15e77e685c.cloudfront.net (CloudFront)
x-amz-cf-pop: BOM78-P11
x-amz-cf-id: zmeijTOe33wOJB_gp4OhbeW8fp5s0IfWiWftm7dszhQWESbHmdWFyQ==
HTTP/2 200
content-type: text/html; charset="utf-8"
content-length: 28579
date: Sun, 05 Oct 2025 21:27:43 GMT
last-modified: Sat, 04 Oct 2025 09:54:23 GMT
etag: "c15f374528662b45485379b246e7e3d7"
server: AmazonS3
strict-transport-security: max-age=63072000; includeSubDomains; always
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-frame-options: DENY
referrer-policy: origin
content-security-policy: default-src 'none'; connect-src 'self'; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; img-src data: https://firefox-source-docs.mozilla.org/ https://*.google.com https://*.googleapis.com https://*.gstatic.com; media-src 'self' https://www.youtube.com; frame-src 'self' https://www.youtube.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdnjs.cloudflare.com https://unpkg.com https://*.google.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://*.google.com
x-cache: Miss from cloudfront
via: 1.1 e38fa52c96dc5cfd2a6e8c15e77e685c.cloudfront.net (CloudFront)
x-amz-cf-pop: BOM78-P11
x-amz-cf-id: HwqpSTFv-cDMVr4z6BGaoQ6cfpMC3R_RXyu9fmWxXW3Z4Qyy4fMltg==
Telemetry — Firefox Source Docs documentation
Firefox Source Docs
Telemetry
Telemetry is a feature that allows data collection.
This is being used to collect performance metrics and other information about how Firefox performs in the wild, e.g. update events or session lengths.
There are two main ways of gathering data, Desktop Telemetry - documented here - which is used in Firefox Desktop
and Glean which is
Mozilla’s newer telemetry framework and used in all Mozilla projects needing data collection.
Information which is gathered is called a probe in Desktop Telemetry or a metric in Glean.
The data is being sent in so-called pings. When pings cannot be sent immediately, caching is implemented as well.
In many cases, Firefox on Glean (FOG)
(the Firefox Desktop integration of Glean) is to be preferred over Telemetry.
If your data would benefit from being in Telemetry as well as Glean,
please consult the documentation for the
Glean Interface For Firefox Telemetry (GIFFT) .
Note: Mozilla’s data collection policy documents the process and requirements that are applied here.