You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor kubernetes metricsets to use single calls per endpoint to improve performance. For instance, state_* metricsets fetch the same amount of data to only store some of them according the target k8s object. This can be improved if metricsets can share the input. Some goes for pod, node, volume, container and system metricsets that get the same input from Kubelet's api -> Refactor kubernetes metricsets to use single calls per endpoint beats#24869
This is a meta issue to keep track of the open issues we have regarding the Kubernetes package/integration.
Open issues
state_*
metricsets fetch the same amount of data to only store some of them according the target k8s object. This can be improved if metricsets can share the input. Some goes forpod
,node
,volume
,container
andsystem
metricsets that get the same input from Kubelet's api -> Refactor kubernetes metricsets to use single calls per endpoint beats#24869The text was updated successfully, but these errors were encountered: