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

fix(kubernetes_logs source): Set user-agent for k8s apiserver requests. #21905

Merged
merged 14 commits into from
Dec 18, 2024
Merged
Prev Previous commit
Next Next commit
Update changelog.d/21864_kubernetes_logs_user_agent.fix.md
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
  • Loading branch information
ganelo and pront authored Dec 6, 2024
commit c3cc34312d614ac3fd8670264107b8520c536092
2 changes: 1 addition & 1 deletion changelog.d/21864_kubernetes_logs_user_agent.fix.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The `kubernetes_log` source now sets a user-agent when querying k8s apiserver.
The `kubernetes_log` source now sets a `user-agent` header when querying [k8s apiserver](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/).

authors: ganelo
Loading