当我启动使用 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
意思?它有什么变化?谢谢!