diff --git a/docs/deploy-and-configure/datasets.md b/docs/deploy-and-configure/datasets.md index 395fcd7..0d20998 100644 --- a/docs/deploy-and-configure/datasets.md +++ b/docs/deploy-and-configure/datasets.md @@ -32,6 +32,7 @@ Scores data is available in 30 minute, 1 minute, and 1 second aggregated buckets | `orb_name` | Current Orb friendly name (masked unless identifiable=true) | string | | `device_name` | Hostname or name of the device as identified by the OS (masked unless identifiable=true) | string | | `timestamp` | Interval start timestamp in epoch milliseconds | integer | +| `utc_offset` | UTC offset of the device's local timezone in minutes | integer | | `interval_ms` | Length of the aggregation window in milliseconds | integer | | `score_version` | Semantic version of scoring methodology | string | | `orb_version` | Semantic version of collecting Orb | string | @@ -83,6 +84,7 @@ Responsiveness data is available in 30 minute, 1 minute, and 1 second aggregated | `device_name` | Hostname or name of the device as identified by the OS (masked unless identifiable=true) | string | | `orb_version` | Semantic version of collecting Orb | string | | `timestamp` | Timestamp in epoch milliseconds | integer | +| `utc_offset` | UTC offset of the device's local timezone in minutes | integer | | `interval_ms` | Length of the aggregation window in milliseconds | integer | | `dataset` | Dataset type identifier | string | | **measures** | | | @@ -135,6 +137,7 @@ Web Responsiveness measurements are conducted once per minute by default. Theref | `device_name` | Hostname or name of the device as identified by the OS (masked unless identifiable=true) | string | | `orb_version` | Semantic version of collecting Orb | string | | `timestamp` | Timestamp in epoch milliseconds | integer | +| `utc_offset` | UTC offset of the device's local timezone in minutes | integer | | `dataset` | Dataset type identifier | string | | **measures** | | | | `ttfb_us` | Time to First Byte loading a web page in microseconds (MAX 5000000 at which point considered “unresponsive”) | integer | @@ -174,6 +177,7 @@ Content speed measurements are conducted once per hour by default. Therefore, ra | `device_name` | Hostname or name of the device as identified by the OS (masked unless identifiable=true) | string | | `orb_version` | Semantic version of collecting Orb | string | | `timestamp` | Timestamp in epoch milliseconds | integer | +| `utc_offset` | UTC offset of the device's local timezone in minutes | integer | | `dataset` | Dataset type identifier | string | | **measures** | | | | `download_kbps` | Download speed in Kbps | integer | @@ -219,6 +223,7 @@ Note: On iOS, Wi-Fi data is available via an optional iOS Shortcut (as of versio | `device_name` | Hostname or name of the device as identified by the OS (masked unless identifiable=true) | string | | `orb_version` | Semantic version of collecting Orb | string | | `timestamp` | Timestamp in epoch milliseconds | integer | +| `utc_offset` | UTC offset of the device's local timezone in minutes | integer | | `interval_ms` | Length of the aggregation window in milliseconds | integer | | `dataset` | Dataset type identifier | string | | **measures** | | |