StickyExportStats
Documentation for eth_defi.vault.top_vaults_json.StickyExportStats Python class.
- class StickyExportStats
Bases:
objectCounters emitted by sticky vault export state processing.
The counters are intentionally small and line-oriented, because this script is often run from cron and pipeline logs are the first place operators diagnose data gaps.
Attributes summary
loaded_state_entriescurrent_filter_passedsticky_additionssticky_fallback_exportscurrent_row_structural_fallbacksstructurally_suppressed_vaultsstale_warning_vaultsmissing_protocol_slugsmissing_curator_slugsprevious_current_filter_countMethods summary
__init__([loaded_state_entries, ...])- __init__(loaded_state_entries=0, current_filter_passed=0, sticky_additions=0, sticky_fallback_exports=0, current_row_structural_fallbacks=0, structurally_suppressed_vaults=0, stale_warning_vaults=0, missing_protocol_slugs=0, missing_curator_slugs=0, previous_current_filter_count=None)
- Parameters
- Return type
None