-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-2258: Node log query promotion to stable (GA) #5874
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
base: master
Are you sure you want to change the base?
KEP-2258: Node log query promotion to stable (GA) #5874
Conversation
jrvaldes
commented
Feb 2, 2026
- One-line PR description:
- Issue link: Node log query #2258
- Other comments:
this commit adds the existing kubelet_http_requests_total metric
to kep.yaml reusing existing infrastructure rather than
creating a new dedicated metric.
Node Log Query leverages the kubelet's existing
HTTP instrumentation that exposes kubelet_http_requests_total
for all HTTP endpoints and can be filtered by:
kubelet_http_requests_total{path=~"/logs.*"}
this commit updates README.md with the current template , include missing sections and fixes formatting issues.
|
Welcome @jrvaldes! |
|
Hi @jrvaldes. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
7b1e920 to
d591132
Compare
|
/cc @marosset |
d591132 to
24c8dcf
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jrvaldes The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
|
/retest-required |
24c8dcf to
f2cad84
Compare
|
/cc tico88612 |
|
Hi @jrvaldes, this KEP is already tracked by v1.36 Enhancement Team. (ref: #2258 (comment)) |