Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
| `resource.duration` | number | Entire time spent loading the resource. |
| `resource.first_byte.duration` | number (ns) | Time spent waiting for the first byte of response to be received (responseStart - requestStart). |
| `resource.id` | string | Unique identifier of the resource. |
| `resource.local_cache_hit` | boolean | Indicates the resource was served from the device's local cache. Only sent when `true`; absent otherwise. |

Check warning on line 209 in hugo/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_sensitive

Use 'Boolean' instead of 'boolean'.
| `resource.method` | string | The HTTP method (for example, `POST`, `GET`, `PATCH`, or `DELETE`). |
| `resource.provider.name` | string | The resource provider name. Default is `unknown`. |
| `resource.provider.domain` | string | The resource provider domain. |
Expand Down
Loading