| frigate_camera_fps | Frames per second being consumed from your camera. | camera_name |
| frigate_cpu_usage_percent | Process CPU usage % | name, pid, process, type |
| frigate_detection_enabled | Detection enabled for camera | camera_name |
| frigate_detection_fps | Number of times detection is run per second. | camera_name |
| frigate_detection_start | Detector start time (unix timestamp) | name |
| frigate_detection_total_fps | Sum of detection_fps across all cameras and detectors. | |
| frigate_detector_inference_speed_seconds | Time spent running object detection in seconds. | name |
| frigate_gpu_mem_usage_percent | GPU memory usage % | |
| frigate_gpu_usage_percent | GPU utilisation % | gpu_name |
| frigate_mem_usage_percent | Process memory usage % | name, pid, process, type |
| frigate_process_fps | Frames per second being processed by frigate. | camera_name |
| frigate_service_info | Frigate version info | latest_version, version |
| frigate_service_last_updated_timestamp | Stats recorded time (unix timestamp) | |
| frigate_service_uptime_seconds | Uptime seconds | |
| frigate_skipped_fps | Frames per second skip for processing by frigate. | camera_name |
| frigate_storage_free_bytes | Storage free bytes | storage |
| frigate_storage_mount_type_info | Storage mount type | mount_type, storage |
| frigate_storage_total_bytes | Storage total bytes | storage |
| frigate_storage_used_bytes | Storage used bytes | storage |
| python_gc_collections_total | Number of times this generation was collected | generation |
| python_gc_objects_collected_total | Objects collected during gc | generation |
| python_gc_objects_uncollectable_total | Uncollectable object found during GC | generation |
| python_info | Python platform information | implementation, major, minor, patchlevel, version |