File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/docs/src/docs/user-guide/20_features Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ The configuration is described in the xref:10_configuration.adoc#admin-configura
22
22
23
23
By default, the administration server is available on port `19876` and exposes the following endpoints:
24
24
25
- * `GET /probes/healthz`: the liveness probe.
25
+ * `GET /admin/ probes/healthz`: the liveness probe.
26
26
It always returns `200 OK` and can be used to check if the server is running.
27
- * `GET /probes/health`: the readiness probe.
27
+ * `GET /admin/ probes/health`: the readiness probe.
28
28
It returns `200 OK` if the server is ready to handle requests and all probes are successful.
29
29
See the xref:30_probes.adoc[Probes] section for more details.
30
30
@@ -33,4 +33,4 @@ See the xref:../30_modules/30_flags.adoc[Flags] section for the feature flags en
33
33
34
34
=== Defining administration endpoints
35
35
36
- You can define administration endpoints easily by defining an `adminControllers` property in your `App`.
36
+ You can define administration endpoints easily by defining an `adminControllers` property in your `App`.
You can’t perform that action at this time.
0 commit comments