What is Field Availability Monitoring?
Field availability monitoring is the continuous tracking of non-null values for specific schema attributes across a scraping pipeline's output. It is the primary observability mechanism for detecting silent extraction failures. When a site layout changes, the scraper might still return a 200 OK and parse the page, but if the price selector breaks, the field silently drops to zero. Monitoring availability catches the drift before empty columns hit your data warehouse.