Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Add ttid/ttfd contribution flags to span data convention #1250

Merged
merged 3 commits into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/docs/sdk/performance/span-data-conventions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ Below describes the conventions for the Span interface for the `data` field on t
| `type` | string | The type of the resource that was fetched. | `xhr` |
| `resource.render_blocking_status` | string | The render blocking status of the resource. | `non-blocking` |

## UI

| Attribute | Type | Description | Examples |
| --------------------------------- | ------ | ------------------------------------------- | --------------------- |
| `ui.contributes_to_ttid` | boolean | Whether the span execution contributed to the TTID (time to initial display) metric. | `true` |
| `ui.contributes_to_ttfd` | boolean | Whether the span execution contributed to the TTFD (time to fully drawn) metric. | `true` |


## Database

| Attribute | Type | Description | Examples |
Expand Down
Loading