Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query Frontend: Update Server-Timing format #9985

Merged
merged 8 commits into from
Nov 25, 2024

Conversation

tinitiuset
Copy link
Contributor

@tinitiuset tinitiuset commented Nov 22, 2024

What this PR does

This PR updates Server-Timing format to better comply with the standard described here.

The standard does not talk about values, only about duration. But I feel like it is a good idea to follow the same pattern if we return values in this header.

Which issue(s) this PR fixes or relates to

There's no specific issue, but bytes_processed was introduced recently by @madhu-reddy-peram

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@CLAassistant
Copy link

CLAassistant commented Nov 22, 2024

CLA assistant check
All committers have signed the CLA.

@tinitiuset tinitiuset changed the title Update Server-Timing format Query Frontend: Update Server-Timing format Nov 22, 2024
@tinitiuset tinitiuset marked this pull request as ready for review November 22, 2024 09:31
@tinitiuset tinitiuset requested a review from a team as a code owner November 22, 2024 09:31
Copy link
Contributor

@dimitarvdimitrov dimitarvdimitrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only a note about the changelog entry

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Dimitar Dimitrov <[email protected]>
Copy link
Contributor

@dimitarvdimitrov dimitarvdimitrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@dimitarvdimitrov dimitarvdimitrov enabled auto-merge (squash) November 25, 2024 10:15
@dimitarvdimitrov dimitarvdimitrov merged commit 2edcccd into main Nov 25, 2024
29 checks passed
@dimitarvdimitrov dimitarvdimitrov deleted the tinitiuset/fix/ServerTimingHeader branch November 25, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants