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

**What is the feature you want to add?** **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or screenshots about...

enhancement
keystone

**What is the feature you want to add?** **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or screenshots about...

enhancement
good first issue
code quality
issue-shoot

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

config
keystone
issue-shoot
auth

**What is the feature you want to add?** 通过配置文件,配置当前polaris编译需要依赖哪些插件,执行编译脚本的时候,可以根据配置文件生成插件依赖并进行编译 **Why do you want to add this feature?** 当前北极星各部分功能都通过插件化实现,所有插件都放到一个go文件中,插件的新增删除都需要修改代码文件,定制起来比较复杂。 **How to implement this feature?** 类似coredns,增加plugin.cfg,执行编译时,通过Makefile,读取plugin.cfg,生成plugin.go文件,然后再进行编译。 **Additional context** Add any other context...

enhancement

**What is the feature you want to add?** **Why do you want to add this feature?** - 最简单实现审计日志的统一存储,作为北极星开源侧的最简单实现 https://grafana.com/docs/loki/latest/api/#push-log-entries-to-loki **How to implement this feature?** **Additional context** Add any other context...

enhancement
good first issue
issue-shoot

**What is the feature you want to add?** **Why do you want to add this feature?** - 最简单实现服务实例事件的统一存储,作为北极星开源侧的最简单实现 https://grafana.com/docs/loki/latest/api/#push-log-entries-to-loki **How to implement this feature?** **Additional context** Add any other context...

enhancement
good first issue
issue-shoot

**Describe the bug** 我的机器上己经装了别的prometheus,在install.sh安装的时候北极星自带的prometheus就没有装上去。建议installPrometheus这里能优化精准一些。。 **To Reproduce** 先安装一个prometheus,再安装standalone模式的北极星。 **Expected behavior** 希望在己安装prometheus的情况下也可以正确安装北极星自带的prometheus。 **Environment** - Version: v1.10.0 - OS: Ubuntu 22 **Additional context** 比如修改installPrometheus函数获取prometheus_num的代码加个grep ${prometheus_port} local prometheus_num=$(ps -ef | grep prometheus | grep...

bug
install

**What is the feature you want to add?** 参考项目:https://github.com/supercharge/redis-github-action **Why do you want to add this feature?** 解决周边生态项目中针对北极星的集成测试场景 **How to implement this feature?** **Additional context** Add any other context or...

enhancement
good first issue
issue-shoot
github-action

**What is the feature you want to add?** 统一管理日志文件 **Why do you want to add this feature?** plugin组件的日志配置是不是也放到bootstrap.logger那里统一管理比较好? 下面两个的日志路径还不支持配置 `plugin/discoverevent/local/event_local.go` `plugin/history/logger/history_logger.go`

enhancement

**What is the feature you want to add?** **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or screenshots about...

enhancement
good first issue
help wanted
code quality
issue-shoot