Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 1.18 KB

File metadata and controls

25 lines (15 loc) · 1.18 KB

Home > fastify-metrics > IDefaultMetricsConfig

IDefaultMetricsConfig interface

Default prom-client metrics config

Signature:

export interface IDefaultMetricsConfig extends DefaultMetricsCollectorConfiguration

Extends: DefaultMetricsCollectorConfiguration

Remarks

Extends the prom-client interface. So it accepts all options from it and pass to default metrics.

Properties

Property Modifiers Type Description
enabled boolean Enables collection of default prom-client metrics (e.g. node.js vitals like cpu, memory, etc.)