> 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.4-graphite.md).

# 54.2.4 Graphite

默认情况下，指标被导出到运行在本地机器上的[Graphite](http://micrometer.io/docs/registry/graphite)。[Graphite服务器](https://graphiteapp.org/)主机和端口可以通过以下方式提供：

```
management.metrics.export.graphite.host=graphite.example.com
management.metrics.export.graphite.post=9004
```
