【发布时间】:2018-05-08 14:40:22
【问题描述】:
当我启动使用 Spring Boot 2.0.1 制作的应用程序时,我总是会看到以下信息日志:
2018-05-08 16:36:09.409 INFO 18737 --- [localhost-startStop-1] c.netflix.spectator.atlas.AtlasRegistry : started collecting metrics every PT10S reporting to http://localhost:7101/api/v1/publish
2018-05-08 16:36:09.410 INFO 18737 --- [localhost-startStop-1] c.netflix.spectator.atlas.AtlasRegistry : common tags: {}
2018-05-08 16:36:09.410 INFO 18737 --- [localhost-startStop-1] c.netflix.spectator.atlas.AtlasRegistry : subscriptions are not enabled
subscriptions are not enabled 是什么意思?它有什么变化?谢谢!
【问题讨论】:
标签: java spring atlas micrometer