Monitoring
Options to monitor on chain reports and extra features
Last updated
# AutoDisputer configuration file
feeds:
- query_id: "0x83245f6a6a2f6458558a706270fbcc35ac3a81917602c1313d3bfa998dcc2d4b"
threshold:
type: Percentage
amount: 0.1 # 10%
- query_id: "0x83245f6a6a2f6458558a706270fbcc35ac3a81917602c1313d3bfa998dcc2d4b"
threshold:
type: Percentage
amount: 0.1 # 10%
- query_id: "newQueryID"
threshold:
type: Percentage
amount: 0.75 # 75%
NO_REPORTING_THRESHOLD="43200, 43200"#QueryIDs to monitor when was the last time they were reported, separated by commas.
#use "0x00000000000000000000000000000000000000000000000000000000000000000" as default if not using it.
QUERY_IDS="0x00000000000000000000000000000000000000000000000000000000000000000,0x00000000000000000000000000000000000000000000000000000000000000000"
#Thresholds, separated by commas, to send alerts if no report is submitted within threshold for queryIDs above.
#Must follow the length and order of QUERY_IDS=.
QUERYID_LAST_REPORT_THRESHOLD="43200, 43200" #Value in seconds. 43200 is for a 12h check.