# HELP antibot_requests_total Requests that went through the verdict pipeline. # TYPE antibot_requests_total counter antibot_requests_total 2 # HELP antibot_verdict_total Requests by verdict, since worker start. # TYPE antibot_verdict_total counter antibot_verdict_total{verdict="allow"} 2 antibot_verdict_total{verdict="block"} 0 # HELP antibot_cache_total Cache hits vs misses on the per-fp verdict cache. # TYPE antibot_cache_total counter antibot_cache_total{outcome="hit"} 0 antibot_cache_total{outcome="miss"} 2 # HELP antibot_cache_hit_ratio Derived ratio = hits / (hits + misses). # TYPE antibot_cache_hit_ratio gauge antibot_cache_hit_ratio 0.0000 # HELP antibot_blocklist_entries Number of fps currently in the blocklist shared_dict. # TYPE antibot_blocklist_entries gauge antibot_blocklist_entries 0 # HELP antibot_uptime_seconds Seconds since this worker started. # TYPE antibot_uptime_seconds gauge antibot_uptime_seconds 266