Liking cljdoc? Tell your friends :D

lb.health.checker

Health check implementations for TCP and HTTP protocols. Uses virtual threads for efficient concurrent checking.

Health check implementations for TCP and HTTP protocols.
Uses virtual threads for efficient concurrent checking.
raw docstring

check-httpclj

(check-http ip port path timeout-ms expected-codes)

Perform an HTTP health check. Returns CheckResult with success/failure and latency.

Perform an HTTP health check.
Returns CheckResult with success/failure and latency.
sourceraw docstring

check-httpsclj

(check-https ip port path timeout-ms expected-codes)

Perform an HTTPS health check. Returns CheckResult with success/failure and latency.

Perform an HTTPS health check.
Returns CheckResult with success/failure and latency.
sourceraw docstring

check-tcpclj

(check-tcp ip port timeout-ms)

Perform a TCP connection health check. Returns CheckResult with success/failure and latency.

Perform a TCP connection health check.
Returns CheckResult with success/failure and latency.
sourceraw docstring

failure-resultclj

(failure-result error)
(failure-result error message)

Create a failed check result.

Create a failed check result.
sourceraw docstring

parse-target-idclj

(parse-target-id id)

Parse a target ID back to IP and port.

Parse a target ID back to IP and port.
sourceraw docstring

perform-checkclj

(perform-check health-check-config ip port)

Perform a health check based on the configuration. Returns CheckResult.

Perform a health check based on the configuration.
Returns CheckResult.
sourceraw docstring

success-resultclj

(success-result latency-ms)

Create a successful check result.

Create a successful check result.
sourceraw docstring

target-idclj

(target-id ip port)

Create a unique identifier for a target.

Create a unique identifier for a target.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close