Skip to main content
Version: 3.11

StatisticsOptions

Configuration for the Statistics instance used by the crawler

Index

Properties

optionalconfig

Configuration instance to use

optionalkeyValueStore

keyValueStore?: KeyValueStore

Key value store instance to persist the statistics. If not provided, the default one will be used when capturing starts

optionallog

log?: Log = Log

Parent logger instance, the statistics will create a child logger from this.

optionallogIntervalSecs

logIntervalSecs?: number = ```ts 60 ```

Interval in seconds to log the current statistics

optionallogMessage

logMessage?: string = ```ts 'Statistics' ```

Message to log with the current statistics

optionalpersistenceOptions

persistenceOptions?: PersistenceOptions

Control how and when to persist the statistics.

optionalsaveErrorSnapshots

saveErrorSnapshots?: boolean = ```ts false ```

Save HTML snapshot (and a screenshot if possible) when an error occurs.