Skip to content

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

Interface: FireflowMetrics

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

Properties

contentType

contentType: string

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

Content-Type header value for the /metrics response.


countRequest

countRequest: (url) => void

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

Increment fireflow_http_requests_total for an incoming request URL.

Parameters

url

string | undefined

Returns

void


metrics

metrics: () => Promise<string>

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

Render the current metrics in Prometheus text exposition format.

Returns

Promise<string>


registry

registry: Registry

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

The dedicated prom-client registry backing this instance.

Licensed under BUSL-1.1