Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 753 Bytes

kubeutil.md

File metadata and controls

27 lines (19 loc) · 753 Bytes

kubeutil

This module is intended for internal use and should never be imported directly. Checks should use the methods exposed by the AgentCheck class instead, see dedicated docs for more details.

This modules provides specific functionalities to help collecting metrics on kubernetes clusters.

Implementation

Functions

    def get_connection_info():
        """Get kubelet connection informations.

        Returns:
            A dictionary containing connection info, can be empty.
        """