Excessibility.TelemetryCapture.Enrichers.Staleness (Excessibility v0.14.0)
View SourceEnricher that detects stale timestamp fields in assigns.
Identifies timestamp fields (updated_at, modified_at, synced_at, fetched_at, last_seen_at) and flags those that exceed a staleness threshold.
Options
:staleness_threshold- Age in seconds before data is considered stale (default: 300 = 5 minutes)
Enrichment Fields
stale_data_count- Number of timestamp fields exceeding thresholdstale_fields- List of stale field info with:keyand:age_secondstimestamp_fields- Total count of timestamp fields foundall_timestamps- List of all timestamp field info