> 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.5-influx.md).

# 54.2.5 Influx

默认情况下，指标被导出到运行在本地机器上的[Influx](http://micrometer.io/docs/registry/influx)。可以使用以下方法提供要使用的[Influx服务器](https://www.influxdata.com/)的位置：

```
management.metrics.export.influx.uri=http://influx.example.com:8086
```
