1

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

4

1 回答 1

1

这是指 Atlas 的一个有点隐藏的功能,它允许您订阅特定的指标。可以放心地忽略它。定期发布似乎已启用。

于 2018-05-16T19:28:07.343 回答