Optional
Readonly
_dd?: {Internal properties
Optional
Readonly
discarded?: booleanWhether the resource should be discarded or indexed
Optional
Readonly
parent_span_id?: stringparent span identifier in decimal format
Optional
Readonly
rule_psr?: numbertrace sample rate in decimal format
Optional
Readonly
span_id?: stringspan identifier in decimal format
Optional
Readonly
trace_id?: stringtrace identifier, either a 64 bit decimal number or a 128 bit hexadecimal number padded with 0s
Readonly
resource: {Resource properties
Optional
Readonly
connect?: { duration: number; start: number; [k: string]: unknown }Connect phase properties
Readonly
duration: numberDuration in ns of the resource connect phase
Readonly
start: numberDuration in ns between start of the request and start of the connect phase
Optional
Readonly
decoded_body_size?: numberSize in octet of the resource after removing any applied encoding
Optional
Readonly
delivery_type?: "cache" | "navigational-prefetch" | "other"Delivery type of the resource
Optional
Readonly
dns?: { duration: number; start: number; [k: string]: unknown }DNS phase properties
Readonly
duration: numberDuration in ns of the resource dns phase
Readonly
start: numberDuration in ns between start of the request and start of the dns phase
Optional
Readonly
download?: { duration: number; start: number; [k: string]: unknown }Download phase properties
Readonly
duration: numberDuration in ns of the resource download phase
Readonly
start: numberDuration in ns between start of the request and start of the download phase
Optional
Readonly
duration?: numberDuration of the resource
Optional
Readonly
encoded_body_size?: numberSize in octet of the resource before removing any applied content encodings
Optional
Readonly
first_byte?: { duration: number; start: number; [k: string]: unknown }First Byte phase properties
Readonly
duration: numberDuration in ns of the resource first byte phase
Readonly
start: numberDuration in ns between start of the request and start of the first byte phase
Optional
Readonly
graphql?: {GraphQL requests parameters
Optional
Readonly
operationName?: stringName of the GraphQL operation
Readonly
operationType: "query" | "mutation" | "subscription"Type of the GraphQL operation
Optional
payload?: stringContent of the GraphQL operation
Optional
variables?: stringString representation of the operation variables
Optional
Readonly
id?: stringUUID of the resource
Optional
Readonly
method?: HTTP method of the resource
Optional
Readonly
protocol?: stringNetwork protocol used to fetch the resource (e.g., 'http/1.1', 'h2')
Optional
Readonly
provider?: {The provider for this resource
Optional
Readonly
domain?: stringThe domain name of the provider
Optional
Readonly
name?: stringThe user friendly name of the provider
Optional
Readonly
type?: The type of provider
Optional
Readonly
redirect?: { duration: number; start: number; [k: string]: unknown }Redirect phase properties
Readonly
duration: numberDuration in ns of the resource redirect phase
Readonly
start: numberDuration in ns between start of the request and start of the redirect phase
Optional
Readonly
render_blocking_status?: "blocking" | "non-blocking"Render blocking status of the resource
Optional
Readonly
size?: numberSize in octet of the resource response body
Optional
Readonly
ssl?: { duration: number; start: number; [k: string]: unknown }SSL phase properties
Readonly
duration: numberDuration in ns of the resource ssl phase
Readonly
start: numberDuration in ns between start of the request and start of the ssl phase
Optional
Readonly
status_code?: numberHTTP status code of the resource
Optional
Readonly
transfer_size?: numberSize in octet of the fetched resource
Readonly
type: Resource type
URL of the resource
Optional
Readonly
worker?: { duration: number; start: number; [k: string]: unknown }Worker phase properties
Readonly
duration: numberDuration in nanoseconds of the resource worker phase
Readonly
start: numberDuration in nanoseconds between start of the request and start of the worker phase
Readonly
type: "resource"RUM event type
Schema of all properties of a Resource event