Home > @imqueue/rpc > IMQMetricsServerOptions

IMQMetricsServerOptions interface

Options for the built-in metrics server.

Signature:

export interface IMQMetricsServerOptions 

Properties

Property

Modifiers

Type

Description

enabled?

boolean

(Optional)

port?

number

(Optional)

queueLengthFormatter?

(length: number, metricName: string) => string

(Optional)