@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
31 lines (24 loc) • 888 B
Markdown
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) > [@loopback/metrics](./metrics.md) > [MetricsOptions](./metrics.metricsoptions.md) > [pushGateway](./metrics.metricsoptions.pushgateway.md)
## MetricsOptions.pushGateway property
<b>Signature:</b>
```typescript
pushGateway?: {
disabled?: boolean;
url: string;
interval?: number;
jobName?: string;
groupingKey?: {
[key: string]: string;
};
replaceAll?: boolean;
};
```