UNPKG

@loopback/docs

Version:
25 lines (18 loc) 703 B
--- lang: en title: 'API docs: extension-metrics.metricsoptions.pushgateway' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.extension-metrics.metricsoptions.pushgateway.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/extension-metrics](./extension-metrics.md) &gt; [MetricsOptions](./extension-metrics.metricsoptions.md) &gt; [pushGateway](./extension-metrics.metricsoptions.pushgateway.md) ## MetricsOptions.pushGateway property <b>Signature:</b> ```typescript pushGateway?: { disabled?: boolean; url: string; interval?: number; }; ```