Skip to content

Include Server Performance in Browser Transaction #418

@nh758

Description

@nh758

To get a complete view of a transaction's performance add the server metrics.

Update our response data to have data.performance and fold that server side performance into this current route set of measurements. Something like:

{
	data:{ data returned from server },
	performance: {
		jobID: "server side JobID",
		measurements: {
			key1 : { start: epochTime1, duration: measurement1 },
			key2 : { start: epochTime2, duration: measurement2 },
			...
			keyN : { start: epochTimeN, duration: measurementN }
		}
	}
}

Originally posted by @Hiro-Nakamura in #413 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions