# HELP python_gc_objects_collected_total Objects collected during gc # TYPE python_gc_objects_collected_total counter python_gc_objects_collected_total{generation="0"} 1404.0 python_gc_objects_collected_total{generation="1"} 82.0 python_gc_objects_collected_total{generation="2"} 30.0 # 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"} 331.0 python_gc_collections_total{generation="1"} 30.0 python_gc_collections_total{generation="2"} 2.0 # HELP python_info Python platform information # TYPE python_info gauge python_info{implementation="CPython",major="3",minor="11",patchlevel="15",version="3.11.15"} 1.0 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.594023936e+09 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.70139648e+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.78613551802e+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 4.99 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11.0 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP routing_jobs_total Total number of routing jobs processed # TYPE routing_jobs_total counter # HELP solver_status_total Total solver runs by terminal OR-Tools status # TYPE solver_status_total counter # HELP solver_timeouts_total Total routing jobs where the solver hit its time budget # TYPE solver_timeouts_total counter # HELP solver_infeasible_total Total routing jobs the solver found infeasible # TYPE solver_infeasible_total counter # HELP reason_code_total Total unschedulable trips by reason code # TYPE reason_code_total counter # HELP invariant_violations_total Total defense-in-depth invariant violations reported by the router (should always be zero; any increment is a first-class alertable signal) # TYPE invariant_violations_total counter # HELP solve_duration_seconds Time spent inside the solver itself (RouterResult.solver_stats.solve_time_seconds) # TYPE solve_duration_seconds histogram # HELP job_duration_seconds Wall-clock time spent inside the run_router() call (geocoding excluded) # TYPE job_duration_seconds histogram # HELP trips_assigned Trips scheduled in the most recent routing job # TYPE trips_assigned gauge # HELP trips_unassigned Trips left unscheduled in the most recent routing job # TYPE trips_unassigned gauge # HELP pooled_passenger_count Passengers riding in a pooled (shared) leg in the most recent routing job # TYPE pooled_passenger_count gauge # HELP vehicles_used Vehicles used in the most recent routing job # TYPE vehicles_used gauge # HELP total_route_distance_miles Total route distance in the most recent routing job # TYPE total_route_distance_miles gauge # HELP total_route_duration_minutes Total route duration in the most recent routing job # TYPE total_route_duration_minutes gauge # HELP capacity_utilization_by_rank Mean occupied/total physical capacity utilization, by mobility rank, in the most recent pooled job # TYPE capacity_utilization_by_rank gauge # HELP max_trips_soft_cap_penalty trip_count_soft_cap_cost component of the most recent job's objective breakdown # TYPE max_trips_soft_cap_penalty gauge