We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56c3d7 commit 42cb477Copy full SHA for 42cb477
articles/machine-learning/how-to-monitor-online-endpoints.md
@@ -167,8 +167,8 @@ There are three logs that can be enabled for online endpoints:
167
| Created | Created container image-fetcher
168
| Created | Created container inference-server
169
| Created | Created container model-mount
170
- | Unhealthy | Liveness probe failed: \<FAILURE\_CONTENT\>
171
- | Unhealthy | Readiness probe failed: \<FAILURE\_CONTENT\>
+ | LivenessProbeFailed | Liveness probe failed: \<FAILURE\_CONTENT\>
+ | ReadinessProbeFailed | Readiness probe failed: \<FAILURE\_CONTENT\>
172
| Started | Started container image-fetcher
173
| Started | Started container inference-server
174
| Started | Started container model-mount
0 commit comments