Skip to main content
This page is schema version 3 of the report, and the report carries that number in report_schema_version. The dictionary in the code renders this page, so a field on this page is a field the report can carry and a field the report carries is on this page. Each field has a category, and the category decides what switches it off. The report is one JSON document a day; see Data and telemetry for where it goes and how to read your own copy of it.

Standard fields

The identifiers that travel with every report: which install this is, which release it runs, and when the report was taken. Sent with every report. DISABLE_USAGE_STATS=true stops the report as a whole.

Operational fields

What it takes to support this install: how it is divided up, how people sign in, and whether the license names a hosted service. Sent with every report. DISABLE_USAGE_STATS=true stops the report as a whole.

Subscription fields

License compliance. These travel on the license channel only, from an install whose license names a hosted service, and never in the usage report. Not part of the usage report. No field of this category is in the usage report at this schema version.

Optional fields

Who runs the install, how far they got, what they do with it and how they run it. This is the part you can switch off on the Checkup page without touching the rest. Switched off as a whole from Settings, Checkup. hostname has a switch of its own on the same page.

Never collected

The report carries counts and metadata. It never carries any of these, at any schema version:
  • Trace or span content, in any form
  • Prompts, whether saved here or sent through the gateway
  • Dataset contents
  • Evaluation inputs and outputs
  • Project names
  • User names
  • Email addresses (only the domain after the @, counted)
  • IP addresses
  • API keys, model provider keys, or any other credential
Last modified on September 22, 2026