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

Drop superfluous fields ('request_ts' and 'request_date') #326

Merged
merged 2 commits into from
Sep 15, 2020

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Sep 14, 2020

Build 'request_ts' and 'request_date' from 'request_ts_micro'.

request_ts and request_date are ignored from now on, they are not needed to be sent over the wire.

(Extracted out of #321)

@glensc glensc self-assigned this Sep 14, 2020
Those do not need to be submitted by profiler as the information is
superfluous.
@glensc glensc merged commit 3f7eb16 into master Sep 15, 2020
@glensc glensc deleted the drop-superfluous-fields-v2 branch September 15, 2020 00:47
@glensc
Copy link
Contributor Author

glensc commented Dec 25, 2020

actually, "request_ts_micro" is superfluous as well, duplicated by meta.SERVER.REQUEST_TIME_FLOAT,
and should we also drop REQUEST_TIME (duplicated by REQUEST_TIME_FLOAT)?

@glensc glensc changed the title Drop superfluous fields Drop superfluous fields ('request_ts' and 'request_date') Dec 25, 2020
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.

1 participant