-
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(tracing): per request debugging #11627
Merged
Merged
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
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
2 times, most recently
from
September 21, 2023 09:14
8058d3b
to
5d88a96
Compare
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
2 times, most recently
from
September 22, 2023 02:45
fa8565a
to
171f562
Compare
chronolaw
reviewed
Sep 22, 2023
chronolaw
reviewed
Sep 22, 2023
Need a change log YAML file. |
chronolaw
reviewed
Sep 22, 2023
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
4 times, most recently
from
September 22, 2023 06:09
12b1581
to
4160489
Compare
chronolaw
reviewed
Sep 22, 2023
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
from
September 22, 2023 06:23
1130a6a
to
5432949
Compare
chronolaw
reviewed
Sep 22, 2023
chronolaw
reviewed
Sep 25, 2023
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
from
September 25, 2023 02:55
84ad72e
to
6f06153
Compare
chobits
reviewed
Sep 25, 2023
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
from
September 27, 2023 04:59
373167f
to
8dea62c
Compare
dndx
reviewed
Sep 27, 2023
dndx
reviewed
Sep 27, 2023
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
from
September 27, 2023 08:14
8dea62c
to
90ef04c
Compare
dndx
reviewed
Sep 27, 2023
dndx
reviewed
Sep 27, 2023
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
2 times, most recently
from
September 27, 2023 09:01
dc77284
to
d9a7236
Compare
Co-authored-by: Chrono <chrono_cpp@me.com>
Co-authored-by: Datong Sun <datong.sun@konghq.com>
ADD-SP
force-pushed
the
add_sp/feat-req-dbg
branch
from
September 27, 2023 09:02
d9a7236
to
1871411
Compare
dndx
approved these changes
Sep 27, 2023
3 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
A mechanism for observing the time consumed by each component (not all) of the given request.
Checklist
CHANGELOG/unreleased/kong
or addingskip-changelog
label on PR if unnecessary. README.mdIssue reference
KAG-1902