o
    PDi^	                     @   s   U d dl mZ d dlmZmZ dZeed< 	 dedefddZd	Zeed
< 	 dedefddZ	dZ
eed< 	 dedefddZdZeed< 	 dedefddZdS )    )Final)CounterMeterzcontainer.cpu.timeCONTAINER_CPU_TIMEmeterreturnc                 C   s   | j td ddS )zTotal CPU time consumedsnamedescriptionunit)create_counterr   r    r   t/var/www/Datamplify/venv/lib/python3.10/site-packages/opentelemetry/semconv/_incubating/metrics/container_metrics.pycreate_container_cpu_time   
   r   zcontainer.disk.ioCONTAINER_DISK_IOc                 C      | j tdddS )zDisk bytes for the containerzDisk bytes for the container.Byr	   )r   r   r   r   r   r   create_container_disk_io/   r   r   zcontainer.memory.usageCONTAINER_MEMORY_USAGEc                 C   r   )zMemory usage of the containerzMemory usage of the container.r   r	   )r   r   r   r   r   r   create_container_memory_usageA   r   r   zcontainer.network.ioCONTAINER_NETWORK_IOc                 C   r   )zNetwork bytes for the containerz Network bytes for the container.r   r	   )r   r   r   r   r   r   create_container_network_ioS   r   r   N)typingr   opentelemetry.metricsr   r   r   __annotations__r   r   r   r   r   r   r   r   r   r   r   <module>   s   			