Monitoring Runner
Pricing
Pay per usage
Monitoring Runner
The monitoring runner is a part of the Apify Monitoring Suite (apify/monitoring). See its readme for more information and how to use this.
Pricing
Pay per usage
The monitoring runner is a part of the Apify Monitoring Suite (apify/monitoring). See its readme for more information and how to use this.
projectNamestringOptional
Name of your monitoring suite. It will be used in notifications and to identify related resources in the Apify dashboard.
targetTypeEnumRequired
Only one type of target can be monitored by a single monitoring suite. If you want to watch more types, create more monitoring suites.
"ACTOR": string"TASK": string"NAMED_DATASET": stringDefault value of this property is "ACTOR"
targetPatternListarrayOptional
Regular expressions that will be matched against selected actors / tasks or datasets under your Apify account. All matching targets will then be monitored by this monitoring suite. This is typically also the fastest way to select a single target. Just type its full name. Datasets are going to be automatically group by these patterns when dashboard statistics is counted for dataset target type.
Default value of this property is []
targetListarrayOptional
If for whatever reason the Target name pattern option does not suit you, targets can also be specified by providing their IDs, as found in your Apify dashboard.
Default value of this property is []
limitintegerOptional
Last items to be checked. If 100 is passed, only last hundred runs/datasets will be checked.
Default value of this property is 1000
saveHistorybooleanOptional
All monitoring runs results are saved in named dataset
Default value of this property is false
resourceStatsCollectorbooleanOptional
Works with Subject type 'Actor', 'Task' and 'Named dateaset', Gets information about the runs TODO: LINK TO PA
duplicationCheckerbooleanOptional
Checks for duplicates based on defined unique fields. Based on 'https://apify.com/lukaskrivka/duplications-checker'
schemaValidatorCheckerbooleanOptional
Validates dataset items based on the Type check library
checkersarrayOptional
Ids of checker actors or tasks that needs
Default value of this property is []