> 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.3-ganglia.md).

# 54.2.3 Ganglia

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

```
management.metrics.export.ganglia.host=ganglia.example.com
management.metrics.export.ganglia.post=9649
```
