Joey777210

Results 4 issues of Joey777210

- **OS Version**: windows 10 - **Notable Version**: 1.8.4 ### Current behavior 1. Insert an img of .svg, view it in Notable. 2. Replace that img with another one with...

**Is your feature request related to a problem? Please describe.** If use Nacos for Prometheus http sd. Prometheus will get all services in Nacos. But in many scene, Nacos is...

good first issue
area/Document
plugin

**Describe the bug** I'm a bit confused of how to use the prometheus auth. Has anyone tested the code in `PrometheusAuthFilter` and `PrometheusSecurityConfiguration` ? `nacos.core.auth.enabled=false` is not working for `PrometheusAuthFilter`....

status/need feedback

我们注册持久节点规模大概在8万左右,采用HTTP健康检查,运行一段时间后有大量不健康,观察naming.log发现打印大量 ``` http:500 milliseconds timeout on connection http-outgoing-52823038824 ``` 和 ``` http:Connection lease request time out ``` 观察代码发现Nacos默认的HTTP健康检查Timeout为500ms,连接池大小为核心数,健康检查间隔为5s一次。 感觉是服务能力跟不上需要检查的节点量级,请问是否有方式优化这种问题? 目前想到的是把健康检查时间调长,但在代码中没有发现可以配置的地方?

kind/discussion