Skip to content

Limit GraphQL job trace HTML summary to 16KiB

What does this MR do and why?

Prior to this change, individual lines in the GraphQL job trace HTML summary were unbounded in size. With this change, the total amount of bytes read from the raw trace is limited to 16 KiB.

This completes the rollout of the feature flag graphql_job_trace_html_summary_max_size.

Rollout issue: #425196 (closed)

Changelog: fixed

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hordur Freyr Yngvason

Merge request reports