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

Add support for json logging format #6035

Merged

Conversation

madufresneelastic
Copy link
Contributor

@madufresneelastic madufresneelastic commented Aug 11, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

Add support for structured logging with --logging-format that is already supported by many kubernetes components.

Which issue(s) this PR fixes:

Fixes #
#5898

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Add structured logging support via `--logging-format json`

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

[Other doc]: https://kubernetes.io/blog/2020/09/04/kubernetes-1-19-introducing-structured-logs/

@k8s-ci-robot
Copy link
Contributor

Welcome @madufresneelastic!

It looks like this is your first PR to kubernetes/autoscaler 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/autoscaler has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Aug 11, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: madufresneelastic / name: Marc-Andre Dufresne (55c92e1)

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Aug 11, 2023
@k8s-ci-robot k8s-ci-robot requested review from feiskyer and x13n August 11, 2023 22:03
@madufresneelastic madufresneelastic changed the title Json logging support Add support for json logging format Aug 14, 2023
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Aug 14, 2023
@madufresneelastic
Copy link
Contributor Author

/retest

@k8s-ci-robot
Copy link
Contributor

@madufresneelastic: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

In response to this:

/retest

Instructions 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/test-infra repository.

@madufresneelastic
Copy link
Contributor Author

/assign towca

@mwielgus
Copy link
Contributor

Can you add some documetation/FAQ entry as well?

@madufresneelastic
Copy link
Contributor Author

Can you add some documetation/FAQ entry as well?

I added an FAQ entry, is this enough or there should be additional documentation somewhere else?

@mwielgus
Copy link
Contributor

Please squash the commits to 1 (currently there is 11) and we are good to go.

@madufresneelastic
Copy link
Contributor Author

@mwielgus as discussed, commits are squashed. I just pushed another one (still squashed). I had missed that imports were not sorted properly, this is now fixed.

Copy link
Contributor

@mwielgus mwielgus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 28, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: madufresneelastic, mwielgus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 28, 2023
@k8s-ci-robot k8s-ci-robot merged commit 574c534 into kubernetes:master Aug 28, 2023
madufresneelastic pushed a commit to madufresneelastic/autoscaler that referenced this pull request Aug 28, 2023
madufresneelastic pushed a commit to madufresneelastic/autoscaler that referenced this pull request Aug 28, 2023
madufresneelastic pushed a commit to madufresneelastic/autoscaler that referenced this pull request Aug 28, 2023
madufresneelastic pushed a commit to madufresneelastic/autoscaler that referenced this pull request Aug 28, 2023
…g-support

Add support for json logging format

(cherry picked from commit 574c534)
k8s-ci-robot added a commit that referenced this pull request Aug 29, 2023
Backport #6035 feat: json logging support into 1.28
k8s-ci-robot added a commit that referenced this pull request Aug 29, 2023
Backport #6035 feat: json logging support into 1.27
k8s-ci-robot added a commit that referenced this pull request Aug 29, 2023
Backport #6035 feat: json logging support into 1.25
k8s-ci-robot added a commit that referenced this pull request Aug 29, 2023
Backport #6035 feat: json logging support into 1.26
@grosser
Copy link
Contributor

grosser commented Nov 15, 2023

I picked this single commit to get json logging since it's not yet released and it broke --leader-elect-lease-duration not sure why

5bcb526e0 Kubernetes Prow Robot 3 months ago  (tag: cluster-autoscaler-1.28.0)
2b980eddd Marc-Andre Dufresne 3 months ago add json logging support
go build -o cluster-autoscaler-arm64 --ldflags "-s"
./cluster-autoscaler-arm64 --leader-elect-lease-duration 1s
unknown flag: --leader-elect-lease-duration

works before, breaks after 😞

jigish pushed a commit to airbnb/autoscaler that referenced this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/cluster-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants