Skip to content

RUM: Add longtask to experience field on transaction schema #4226

@hmdhk

Description

@hmdhk

In order to make querying longtasks easier we need to add aggregation over longtasks to transactions. The RUM agent provides this aggregation under the experience field as follows:

{
    experience: {
        longtask: {
            sum: number,
            max: number,
            count: number
        }
    }
}

Shortened form:

{
    exp: {
        lt: {
            sum: number,
            max: number,
            count: number
        }
    }
}

Note: longtask is optional and might not be present in the payload.

@axw , would you please provide a timeline for this change?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions