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.
We can find useful the implementation of cloudfoundry integration which behaves like this.
The text was updated successfully, but these errors were encountered:
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 forpod
,node
,volume
,container
andsystem
metricsets that get the same input from Kubelet's api.We can find useful the implementation of
cloudfoundry
integration which behaves like this.The text was updated successfully, but these errors were encountered: