-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(request-debugging): Finer time resolution and latency in total #13460
Merged
ADD-SP
merged 4 commits into
master
from
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
Oct 11, 2024
Merged
feat(request-debugging): Finer time resolution and latency in total #13460
ADD-SP
merged 4 commits into
master
from
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
Oct 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Aug 6, 2024
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
2 times, most recently
from
August 12, 2024 07:19
ea857b6
to
36603ae
Compare
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
from
August 12, 2024 07:21
36603ae
to
3343c09
Compare
ADD-SP
reviewed
Aug 12, 2024
changelog/unreleased/kong/feat-request-debguger-finer-resolution-and-total-latency.yml
Outdated
Show resolved
Hide resolved
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
from
August 12, 2024 09:47
3343c09
to
8c4c32a
Compare
outsinre
reviewed
Aug 13, 2024
team-eng-enablement
added
author/community
PRs from the open-source community (not Kong Inc)
and removed
author/community
PRs from the open-source community (not Kong Inc)
labels
Aug 13, 2024
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
from
August 14, 2024 02:41
8c4c32a
to
d5e56ff
Compare
outsinre
reviewed
Aug 14, 2024
team-eng-enablement
added
author/community
PRs from the open-source community (not Kong Inc)
and removed
author/community
PRs from the open-source community (not Kong Inc)
labels
Aug 14, 2024
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
from
August 14, 2024 09:19
d5e56ff
to
80167f2
Compare
outsinre
approved these changes
Aug 16, 2024
team-gateway-bot
added
the
author/community
PRs from the open-source community (not Kong Inc)
label
Sep 18, 2024
Using `time_ns` to measure the context duration and introduced a field `total_time_without_upstream` to represent total latency without upstream. KAG-4733
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
from
September 19, 2024 01:47
69d08e2
to
da73b5e
Compare
team-gateway-bot
removed
the
author/community
PRs from the open-source community (not Kong Inc)
label
Sep 20, 2024
Oyami-Srk
force-pushed
the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
from
September 23, 2024 07:28
0e08253
to
4b4acd2
Compare
Oyami-Srk
removed
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Oct 10, 2024
ADD-SP
approved these changes
Oct 11, 2024
ADD-SP
deleted the
haoxuan/KAG-4733-request-debugger-finer-resolution-and-total-latency
branch
October 11, 2024 03:33
kikito
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Nov 4, 2024
cherrypick ee in https://github.com/Kong/kong-ee/pull/10279 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13460-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13460-to-master-to-upstream
git checkout -b cherry-pick-13460-to-master-to-upstream
ancref=$(git merge-base 331194f4a6553ac3017035bf2d5aecc3ade4e024 4b4acd224a9ff9c2b4704cf0b3d465eee0eb72c2)
git cherry-pick -x $ancref..4b4acd224a9ff9c2b4704cf0b3d465eee0eb72c2 |
github-actions
bot
added
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
size/L
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Using
time_ns
to measure the context duration and maketotal_time
finer resolution when less than 1ms.A field called
total_time_without_upsteam
is introduced to represent total latency without upstream.Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-4733
FTI-5989