beats
beats copied to clipboard
[8.3](backport #32539) Feature/remove k8s cache
This is an automatic backport of pull request #32539 done by Mergify. Cherry-pick of 55037619954006cd2d5978081d7d6496c2c5c3b3 has failed:
On branch mergify/bp/8.3/pr-32539
Your branch is up to date with 'origin/8.3'.
You are currently cherry-picking commit 5503761995.
(fix conflicts and run "git cherry-pick --continue")
(use "git cherry-pick --skip" to skip this patch)
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
Changes to be committed:
modified: CHANGELOG.next.asciidoc
new file: metricbeat/module/kubernetes/_meta/test/stats_summary_multiple_containers.json
modified: metricbeat/module/kubernetes/container/container.go
modified: metricbeat/module/kubernetes/container/container_test.go
modified: metricbeat/module/kubernetes/kubernetes.go
modified: metricbeat/module/kubernetes/node/node.go
modified: metricbeat/module/kubernetes/pod/pod.go
modified: metricbeat/module/kubernetes/pod/pod_test.go
modified: metricbeat/module/kubernetes/state_container/state_container.go
modified: metricbeat/module/kubernetes/state_cronjob/state_cronjob.go
modified: metricbeat/module/kubernetes/state_daemonset/state_daemonset.go
modified: metricbeat/module/kubernetes/state_deployment/state_deployment.go
modified: metricbeat/module/kubernetes/state_job/state_job.go
modified: metricbeat/module/kubernetes/state_node/state_node.go
modified: metricbeat/module/kubernetes/state_persistentvolume/state_persistentvolume.go
modified: metricbeat/module/kubernetes/state_persistentvolumeclaim/state_persistentvolumeclaim.go
modified: metricbeat/module/kubernetes/state_pod/state_pod.go
modified: metricbeat/module/kubernetes/state_replicaset/state_replicaset.go
modified: metricbeat/module/kubernetes/state_service/state_service.go
modified: metricbeat/module/kubernetes/state_statefulset/state_statefulset.go
modified: metricbeat/module/kubernetes/util/kubernetes.go
deleted: metricbeat/module/kubernetes/util/metrics_cache.go
deleted: metricbeat/module/kubernetes/util/metrics_cache_test.go
new file: metricbeat/module/kubernetes/util/metrics_repo.go
new file: metricbeat/module/kubernetes/util/metrics_repo_test.go
Unmerged paths:
(use "git add <file>..." to mark resolution)
both modified: metricbeat/module/kubernetes/container/data.go
both modified: metricbeat/module/kubernetes/pod/data.go
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
-
@Mergifyio refresh
will re-evaluate the rules -
@Mergifyio rebase
will rebase this PR on its base branch -
@Mergifyio update
will merge the base branch into this PR -
@Mergifyio backport <destination>
will backport this PR on<destination>
branch
Additionally, on Mergify dashboard you can:
- look at your merge queues
- generate the Mergify configuration with the config editor.
Finally, you can contact us on https://mergify.com
This pull request doesn't have a Team:<team>
label.
:green_heart: Build Succeeded
the below badges are clickable and redirect to their specific view in the CI or DOCS
![]()
![]()
![]()
![]()
![]()
Expand to view the summary
Build stats
-
Start Time: 2022-08-15T15:52:16.243+0000
-
Duration: 57 min 2 sec
Test stats :test_tube:
Test | Results |
---|---|
Failed | 0 |
Passed | 3614 |
Skipped | 869 |
Total | 4483 |
:green_heart: Flaky test report
Tests succeeded.
:robot: GitHub comments
To re-run your PR in the CI, just comment with:
-
/test
: Re-trigger the build. -
/package
: Generate the packages and run the E2E tests. -
/beats-tester
: Run the installation tests with beats-tester. -
run
elasticsearch-ci/docs
: Re-trigger the docs validation. (use unformatted text in the comment!)
This pull request has not been merged yet. Could you please review and merge it @gsantoro? 🙏
Backport not necessary anymore