Skip to content

@persistent-ai/fireflow-executor / server / FireflowMetricsOptions

Interface: FireflowMetricsOptions

Defined in: packages/fireflow-executor/server/utils/metrics.ts:44

Properties

isWorkerRunning?

optional isWorkerRunning?: () => boolean

Defined in: packages/fireflow-executor/server/utils/metrics.ts:52

Optional liveness probe for the DBOS execution worker. When provided, a fireflow_worker_running gauge is registered and evaluated at scrape time (via the prom-client collect() hook).

Returns

boolean


service

service: FireflowServiceName

Defined in: packages/fireflow-executor/server/utils/metrics.ts:46

Service name used as the service label on all app-level metrics.

Licensed under BUSL-1.1