Page Contents
Home > @loopback/extension-metrics > MetricsOptions
MetricsOptions interface
Signature:
export interface MetricsOptions
Properties
Property | Type | Description |
---|---|---|
defaultMetrics | { disabled?: boolean; } & DefaultMetricsCollectorConfiguration |
|
endpoint | { disabled?: boolean; basePath?: string; } |
|
pushGateway | { disabled?: boolean; url: string; interval?: number; } |