feat: upload alarm snapshots to webhook payloads
This commit is contained in:
@@ -58,6 +58,15 @@ path = "logs/events.jsonl"
|
||||
[case_sink]
|
||||
path = "logs/cases.jsonl"
|
||||
|
||||
[alarm_snapshot_upload]
|
||||
enabled = true
|
||||
service_url = "https://ota.zhengxinshipin.com"
|
||||
secret = "change-me-in-production"
|
||||
object_key_prefix = "cold-display-guard/alarms"
|
||||
connect_timeout_seconds = 5
|
||||
read_timeout_seconds = 20
|
||||
encode_timeout_seconds = 10
|
||||
|
||||
[webhook_retry_sink]
|
||||
path = "logs/webhook_retry.jsonl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user