> 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.1-atlas.md).

# 54.2.1 Atlas

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

```
management.metrics.export.atlas.uri=http://atlas.example.com:7101/api/v1/publish
```
