ManagementRoutesSettings
Defined in: src/management/HttpManagement.ts:20
Properties
Section titled “Properties”enableDownEndpoint?
Section titled “enableDownEndpoint?”
readonlyoptionalenableDownEndpoint?:boolean
Defined in: src/management/HttpManagement.ts:29
Set to true to allow POST /cluster/down (#56). Operator-initiated force-down of a remote member by address. Off by default — production deployments typically gate this behind an auth proxy because it’s a destructive action.
enableLeaveEndpoint?
Section titled “enableLeaveEndpoint?”
readonlyoptionalenableLeaveEndpoint?:boolean
Defined in: src/management/HttpManagement.ts:22
Set to true to allow POST /cluster/leave (requires cluster).
enableMetricsEndpoint?
Section titled “enableMetricsEndpoint?”
readonlyoptionalenableMetricsEndpoint?:boolean
Defined in: src/management/HttpManagement.ts:35
Set to true to expose GET /metrics in Prometheus text format
(#56). Reads from the system’s MetricsRegistry. Off by default
because most deployments scrape metrics from a separate port.