o
    `šj(  ã                   @   s$   d dl mZmZ G dd„ deƒZdS )é    )ÚABCÚabstractmethodc                   @   s   e Zd ZdZedd„ ƒZdS )ÚAbstractStatz|
    An AbstractStat is a quantity such as average, max, etc that is computed
    off the stream of updates to a sensor
    c                 C   s   dS )a  
        Record the given value

        Arguments:
            config (MetricConfig): The configuration to use for this metric
            value (float): The value to record
            timeMs (int): The POSIX time in milliseconds this value occurred
        N© )ÚselfÚconfigÚvalueÚtime_msr   r   úP/home/djax/ivt_ai_plugin/venv/lib/python3.10/site-packages/kafka/metrics/stat.pyÚrecord	   s   
zAbstractStat.recordN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r
   r      s    r   N)Úabcr   r   r   r   r   r   r
   Ú<module>   s    