# HELP python_gc_objects_collected_total Objects collected during gc # TYPE python_gc_objects_collected_total counter python_gc_objects_collected_total{generation="0"} 1.2931699e+07 python_gc_objects_collected_total{generation="1"} 1.1326871e+07 python_gc_objects_collected_total{generation="2"} 7.467045e+06 # HELP python_gc_objects_uncollectable_total Uncollectable objects found during GC # TYPE python_gc_objects_uncollectable_total counter python_gc_objects_uncollectable_total{generation="0"} 0.0 python_gc_objects_uncollectable_total{generation="1"} 0.0 python_gc_objects_uncollectable_total{generation="2"} 0.0 # HELP python_gc_collections_total Number of times this generation was collected # TYPE python_gc_collections_total counter python_gc_collections_total{generation="0"} 55383.0 python_gc_collections_total{generation="1"} 5034.0 python_gc_collections_total{generation="2"} 161.0 # HELP python_info Python platform information # TYPE python_info gauge python_info{implementation="CPython",major="3",minor="11",patchlevel="9",version="3.11.9"} 1.0 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.829404672e+09 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.18611456e+08 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.77322544509e+09 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 4459.41 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 43.0 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1024.0 # HELP task_active Whether task is currently running (1=running) # TYPE task_active gauge task_active{task_id="questions_ocr"} 1.0 # HELP task_progress Current progress of task in percents # TYPE task_progress gauge task_progress{task_id="questions_ocr"} 0.0 # HELP task_data_total Total number of processed data # TYPE task_data_total counter