File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -157,11 +157,12 @@ to route pool". When AI readiness healthcheck fails a log line is printed to AI
157
157
logs: "Container failed the readiness health check. Container marked not ready
158
158
and removed from route pool".
159
159
160
- #### App events
160
+ #### App Audit Events
161
161
162
- When AI readiness healthcheck succeeds a new application event is emitted:
163
- "app.ready". When AI readiness healthcheck fails a new event is emitted:
164
- "app.notready".
162
+ When a liveness healthcheck fails, it results in the ` audit.app.process.crash ` audit event.
163
+
164
+ Similarly, when an AI readiness healthcheck succeeds an ` audit.app.process.ready ` event should be emitted.
165
+ And when an AI readiness healthcheck fails an ` audit.app.process.notready ` event should be emitted.
165
166
166
167
### Open Questions
167
168
* What metrics would be helpful for app devs and operators?
You can’t perform that action at this time.
0 commit comments