UNPKG

@loopback/docs

Version:
31 lines (21 loc) 1.34 kB
--- lang: en title: 'API docs: extension-metrics.metricsoptions' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/metrics permalink: /doc/en/lb4/apidocs.extension-metrics.metricsoptions.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) ## MetricsOptions interface <b>Signature:</b> ```typescript export interface MetricsOptions ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [defaultMetrics](./extension-metrics.metricsoptions.defaultmetrics.md) | <code>{</code><br/><code> disabled?: boolean;</code><br/><code> } &amp; DefaultMetricsCollectorConfiguration</code> | | | [endpoint](./extension-metrics.metricsoptions.endpoint.md) | <code>{</code><br/><code> disabled?: boolean;</code><br/><code> basePath?: string;</code><br/><code> }</code> | | | [pushGateway](./extension-metrics.metricsoptions.pushgateway.md) | <code>{</code><br/><code> disabled?: boolean;</code><br/><code> url: string;</code><br/><code> interval?: number;</code><br/><code> }</code> | |