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 11975 - change Kubernetes container cpu cores fields to float #12476

Merged
merged 3 commits into from
Jun 7, 2019
Merged

Fix 11975 - change Kubernetes container cpu cores fields to float #12476

merged 3 commits into from
Jun 7, 2019

Conversation

easkay
Copy link
Contributor

@easkay easkay commented Jun 7, 2019

This is an attempt to fix #11975 where it's reported that the kubernetes.container.cpu.limit.cores and kubernetes.container.cpu.requests.cores fields should be floats instead of longs.

This is my first contribution, so please let me know if I've missed anything. make update has been run and the result committed. If there are other fields that need to be changed along the same lines, I'd be grateful if someone could clue me in.

Thanks in advance for your time :)

easkay added 3 commits June 7, 2019 11:34
kubernetes.container.cpu.limit.cores is now a float
kubernetes.container.cpu.request.cores is now a float
@easkay easkay requested review from a team as code owners June 7, 2019 10:38
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@ruflin ruflin added the Team:Integrations Label for the Integrations team label Jun 7, 2019
@exekias exekias added bug needs_backport PR is waiting to be backported to other branches. labels Jun 7, 2019
@exekias exekias self-assigned this Jun 7, 2019
@exekias
Copy link
Contributor

exekias commented Jun 7, 2019

Thank you for your contribution 🎉 🎉 this is looking good, let's wait for the tests to confirm 😄

jenkins, test this please

@exekias exekias added v7.2.0 and removed v7.2.0 labels Jun 7, 2019
@exekias exekias merged commit 8502c79 into elastic:master Jun 7, 2019
@easkay easkay deleted the fix_11975 branch June 7, 2019 13:17
@easkay
Copy link
Contributor Author

easkay commented Jun 7, 2019

Thanks for the merge @exekias ! :)

andrewvc pushed a commit to andrewvc/beats that referenced this pull request Jun 12, 2019
…astic#12476)

* Fix 11975 kubernetes cores fields data type long -> float (elastic#11975)

kubernetes.container.cpu.limit.cores is now a float
kubernetes.container.cpu.request.cores is now a float
exekias pushed a commit to exekias/beats that referenced this pull request Jun 19, 2019
…astic#12476)

* Fix 11975 kubernetes cores fields data type long -> float (elastic#11975)

kubernetes.container.cpu.limit.cores is now a float
kubernetes.container.cpu.request.cores is now a float

(cherry picked from commit 8502c79)
@exekias exekias added v7.2.0 and removed needs_backport PR is waiting to be backported to other branches. labels Jun 19, 2019
exekias pushed a commit that referenced this pull request Jun 20, 2019
…u cores fields to float (#12609)

* Fix 11975 - change Kubernetes container cpu cores fields to float (#12476)

* Fix 11975 kubernetes cores fields data type long -> float (#11975)

kubernetes.container.cpu.limit.cores is now a float
kubernetes.container.cpu.request.cores is now a float

(cherry picked from commit 8502c79)

* Update CHANGELOG.next.asciidoc
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…iner cpu cores fields to float (elastic#12609)

* Fix 11975 - change Kubernetes container cpu cores fields to float (elastic#12476)

* Fix 11975 kubernetes cores fields data type long -> float (elastic#11975)

kubernetes.container.cpu.limit.cores is now a float
kubernetes.container.cpu.request.cores is now a float

(cherry picked from commit d8eb8e8)

* Update CHANGELOG.next.asciidoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Team:Integrations Label for the Integrations team v7.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metricbeat kubernetes.container.cpu.limit.cores data type
4 participants