fix: validate Kafka refresh delivery in web probe
This commit is contained in:
@@ -579,6 +579,14 @@ templates:
|
||||
navigationMaxAttempts: 4
|
||||
navigationRetryDelayMs: 1000
|
||||
reconnectQuietMs: 3000
|
||||
expectedProductSse:
|
||||
deliverySemantics: kafka-retention-then-live
|
||||
liveOnly: false
|
||||
replay: true
|
||||
replaySupported: true
|
||||
lossPossible: false
|
||||
refreshHandoff: true
|
||||
replayPriorTraceOnReconnect: true
|
||||
forbiddenRequestPaths:
|
||||
- /v1/workbench/sync
|
||||
- /v1/agent/chat/result/
|
||||
@@ -589,11 +597,13 @@ templates:
|
||||
- /finalizer
|
||||
requiredEventTypes:
|
||||
agentrun:
|
||||
- user_message
|
||||
- tool_call
|
||||
- command_output
|
||||
- assistant_message
|
||||
- terminal_status
|
||||
hwlab:
|
||||
- user
|
||||
- tool
|
||||
- status
|
||||
- assistant
|
||||
|
||||
Reference in New Issue
Block a user