pub type ProbeFn = dyn Fn() -> Value + Send + Sync + 'static;
A named closure that returns a snapshot of application-specific backend state as JSON. Registered via VictauriBuilder::probe.
VictauriBuilder::probe