You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To retrieve the health of a particular component of the application, make a `GET` request
33
-
to `/actuator/health/\{component}`, as shown in the following curl-based example:
31
+
To retrieve the health of a particular component of the application, make a `GET` request to `/actuator/health/\{component}`, as shown in the following curl-based example:
If a particular component consists of multiple instances (as the `broker` indicator in
56
-
the example above), the health of a particular instance of that component can be retrieved
57
-
by issuing a `GET` request to `/actuator/health/\{component}/\{instance}`, as shown in the
58
-
following curl-based example:
53
+
If a particular component consists of multiple instances (as the `broker` indicator in the example above), the health of a particular instance of that component can be retrieved by issuing a `GET` request to `/actuator/health/\{component}/\{instance}`, as shown in the following curl-based example:
0 commit comments