-
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
fix(dns): added /status/dns API to status_listen port #13466
Conversation
a01e13c
to
2dc24ea
Compare
0c1a3c0
to
eb2f185
Compare
2844eb6
to
9e4c795
Compare
9e4c795
to
78312b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add a changelog entry?
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
78312b2
to
fca4938
Compare
fca4938
to
39e6b79
Compare
fixed |
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-13466-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13466-to-master-to-upstream
git checkout -b cherry-pick-13466-to-master-to-upstream
ancref=$(git merge-base 0f73339b558497d4ecd4d0fb64ad866270ff164b 6ddc7e2d1b51558b16a1fcbacacd4fe400f7d06f)
git cherry-pick -x $ancref..6ddc7e2d1b51558b16a1fcbacacd4fe400f7d06f |
wait this https://github.com/Kong/kong-ee/pull/9913 to be merged, then I'll trigger the bot to cherry pick it. |
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-13466-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13466-to-master-to-upstream
git checkout -b cherry-pick-13466-to-master-to-upstream
ancref=$(git merge-base 0f73339b558497d4ecd4d0fb64ad866270ff164b 6ddc7e2d1b51558b16a1fcbacacd4fe400f7d06f)
git cherry-pick -x $ancref..6ddc7e2d1b51558b16a1fcbacacd4fe400f7d06f |
Summary
The dns statistics API should be added into status_listen port, otherwise we'll not get the DNS statistics from admin_listen port in DP.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix KAG-5115