File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ Try to access the `/health` endpoint again by visiting the http://localhost:9080
281281[source, JSON, role="no_copy"]
282282----
283283{
284- "checks":[] ,
285- "status":"UP"
284+ "status":"UP" ,
285+ "checks":[]
286286}
287287----
288288
@@ -355,20 +355,20 @@ Access the `/health` endpoint again by going to the http://localhost:9080/health
355355
356356[source, JSON, role="no_copy"]
357357----
358- {
359- "checks":[
360- {
361- "data":{},
362- "name":"SystemResource Readiness Check",
363- "status":"UP"
364- },
365- {
366- "data":{},
367- "name":"SystemResource Liveness Check",
368- "status":"UP"
369- }
370- ],
371- "status":"UP"
358+ {
359+ "status": "UP",
360+ "checks": [
361+ {
362+ "name": "SystemResource Liveness Check",
363+ "status": "UP",
364+ "data": {}
365+ },
366+ {
367+ "name": "SystemResource Readiness Check",
368+ "status": "UP",
369+ "data": { }
370+ }
371+ ]
372372}
373373----
374374
You can’t perform that action at this time.
0 commit comments