polaris icon indicating copy to clipboard operation
polaris copied to clipboard

Service Discovery and Governance Platform for Microservice and Distributed Architecture

Results 143 polaris issues
Sort by recently updated
recently updated
newest added

我接入了腾讯云的北极星组件,但是有一个健康检查接口一直在报超时,以下是我的腾讯云版本 ![image](https://github.com/polarismesh/polaris/assets/19721126/c4b12705-7932-45e0-a1e0-aff660f00fee) 以下是我代码里面的版本 ![image](https://github.com/polarismesh/polaris/assets/19721126/6844dd3c-d3cf-4b80-a1a0-4543ea27a72c) 以下是我告警的情况,导致一直告警 ![image](https://github.com/polarismesh/polaris/assets/19721126/f4f6b822-e7d0-4aed-8bee-d29d7e269bb7) 接口调用和应用都没有问题,也没有出现过宕机等情况,功能使用不受影响,但是这个健康检查一直出问题

question
need-feedback

配置了如下参数, 还是无法关闭Polaris的鉴权, 大佬帮忙优化 ``` consoleOpen: false clientOpen: false strict: false consoleStrict: false clientStrict: false ``` --------------- ``` naming: auth: open: false ```

need-feedback

**Please provide issue(s) of this PR:** Fixes #1203 **To help us figure out who should review this PR, please put an X in all the areas that this PR affects.**...

多久能支持dubbo3服务注册,打算迁移到北极星

enhancement
migrate

**Describe the bug** bookinfo测试案例中有4个服务部署在k8s中,北极星控制台只显示了2个 ![7b5d9e39b2031a718026f193c6c97a1](https://github.com/polarismesh/polaris/assets/103579481/ba690dab-d127-4bf6-9db4-9dcee75ba9ac) **Environment** - k8s1.28 - polaris-controller-release_v1.6.0.k8s1.22 - polaris-standalone-release_v1.17.8.linux.amd64(polaris-server换成了1.17.9) **Additional context** Add any other context about the problem here.

bug

**Describe the bug** A clear and concise description of what the bug is. 目前envoy需依赖k8s等实现服务注册,如果在虚机部署,无法直接通过envoy进行服务注册 **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concise description of what...

service
good advanced issue
issue-shoot
xds
apiserver

**Describe the bug** 控制台新增,修改,删除限流规则后,在调用服务时规则没起作用 **To Reproduce** 1.新增限流规则 ![image](https://github.com/polarismesh/polaris-sidecar/assets/103579481/7ebf8a05-ae42-4412-961b-f3ab58887f4e) 2.查询限流数据 ![image](https://github.com/polarismesh/polaris-sidecar/assets/103579481/407a50c2-7817-4289-878c-5da8986401ba) 3.进入pod上的polaris sidecar容器内curl http://127.0.0.1:15000/config_dump > dump.json,显示并不是最新限流规则数据 ![image](https://github.com/polarismesh/polaris-sidecar/assets/103579481/73e0d216-6dde-4ca4-a13e-266dc49bc308) **Expected behavior** 修改后的限流能生效 **Environment** - polaris 1.17.9 - k8s-1.28.3 **Additional context**

bug

**Describe the bug** 发布历史不会在选择了分组后自动过滤分组的历史 **To Reproduce** 配置管理-->随便计入一个分组-->点击发布历史 **Expected behavior** 希望只显示当前分组的发布历史 **Environment** - Version: 1.14.4 - OS: docker **Additional context** Add any other context about the problem here.

bug

**What is the feature you want to add?** 服务端支持配置内部信息检测 report 周期 **Why do you want to add this feature?** 服务端在 cache 每次周期更新的时候会上报一次(默认1s),希望可以配置 report 周期 **How to implement this feature?** 首先在上报的时候获取配置周期(cache模块多少秒上报一次),在每次尝试上报的时候,记录周期数,判断当前是否达到周期数或者是第一次上报,再上报...

enhancement