coolbeevip commented on issue #603:
URL: 
https://github.com/apache/servicecomb-pack/issues/603#issuecomment-803266699


   > > @finnlee87 我想我知道大概什么原因了,spring boot actuator 的指标监控依赖的是 
[micrometer](https://github.com/micrometer-metrics),我在官网没有找到关于 
system.load.average.1m 的说明,但是我找到了它的一个测试用例,我想应该是基于window部署的时候获取不到这个这标志
   > > 
https://github.com/micrometer-metrics/micrometer/blob/6c657f93479b03835478153c33cde4122b7b7ac2/micrometer-core/src/test/java/io/micrometer/core/instrument/binder/system/ProcessorMetricsTest.java#L32
   > 
   > 那为什么你提供的那个docker image也是同样的问题呢
   
   0.7.0-SNAPSHOT 版本解决了此问题,你可以使用一下脚本试试
   
   ```
   docker run \
     -p 8080:8080 \
     -p 8090:8090 \
     -p 5432:5432 \
     coolbeevip/servicecomb-pack:0.7.0-all-in-one
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to