> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator/54.-metrics/54.2-zhi-chi-de-jian-kong-xi-tong/54.2.7-new-relic.md).

# 54.2.7 New Relic

New Relic注册表定期将度量数据推送到[New Relic](http://micrometer.io/docs/registry/new-relic)。要将指标导出到[New Relic](https://newrelic.com/)，必须提供API密钥和帐户id：

```
management.metrics.export.newrelic.api-key=YOUR_KEY
management.metrics.export.newrelic.account-id=YOUR_ACCOUNT_ID
```

你还可以更改将度量数据发送到New Relic的时间间隔：

```
management.metrics.export.newrelic.steps=30s
```
