HealthSamplingSettings interface

Per-connection health sampling configuration. Health events are on by default at a conservative interval; set enabled: false to turn them off, or intervalSeconds to tune the cadence.

Signature:

export interface HealthSamplingSettings

Properties

Property Type Description

enabled?

boolean

(Optional)

intervalSeconds?

number

(Optional)