---
lang: en
title: 'API docs: metrics.metricsoptions.pushgateway'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/metrics
permalink: /doc/en/lb4/apidocs.metrics.metricsoptions.pushgateway.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/metrics](./metrics.md) &gt; [MetricsOptions](./metrics.metricsoptions.md) &gt; [pushGateway](./metrics.metricsoptions.pushgateway.md)

## MetricsOptions.pushGateway property

**Signature:**

```typescript
pushGateway?: {
        disabled?: boolean;
        url: string;
        interval?: number;
        jobName?: string;
        groupingKey?: {
            [key: string]: string;
        };
        replaceAll?: boolean;
    };
```

