---
lang: en
title: 'API docs: extension-metrics.metricsoptions.pushgateway'
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.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;
    };
```

