Skip to content

Commit

Permalink
Add extension suggestion in management interface reference
Browse files Browse the repository at this point in the history
(cherry picked from commit bb86758)
  • Loading branch information
cambrian-dk authored and gsmet committed Jun 28, 2023
1 parent fb3d61d commit 3d02e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/main/asciidoc/management-interface-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ quarkus.management.enabled=true
----

By default, management endpoints will be exposed on: `http://0.0.0.0:9000/q`.
For example, `http://0.0.0.0:9000/q/health/ready` for the readiness probe.
For example, if you have `smallrye-health` installed, the readiness probe will be exposed at `http://0.0.0.0:9000/q/health/ready`.

SmallRye Health Checks, SmallRye Metrics, Micrometer and Info endpoints will be declared as management endpoints when the management interface is enabled.

NOTE: The management interface will not work properly without extensions that use it. e.g. `smallrye-health`, `quarkus-smallrye-openapi`.

== Configure the host, port and scheme

By default, the management interface is exposed on the interface: `0.0.0.0` (all interfaces) and on the port `9000` (`9001` in test mode).
Expand Down

0 comments on commit 3d02e90

Please sign in to comment.