File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -157,11 +157,14 @@ 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 the liveness healthchecks fail, it results in the following audit events:
163
+ ` audit.app.process.crash ` and ` audit.app.process.rescheduling ` .
164
+
165
+ Similarly, when AI readiness healthcheck succeeds a new application event should be emitted:
166
+ ` audit.app.process.ready ` . And when AI readiness healthcheck fails a new event should be emitted:
167
+ ` audit.app.process.notready ` .
165
168
166
169
### Open Questions
167
170
* What metrics would be helpful for app devs and operators?
You can’t perform that action at this time.
0 commit comments