-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
数据源和业务组关联 #1956
Comments
实际使用场景中,大概率是一个数据源被很多个业务组使用,有的公司可能是被所有业务组使用,所以按照业务组划分数据源应该不太合适 |
可以建立多对多的关系吗? 现在我们场景是作为公司内统一的平台, 不同团队都有自己的数据源 |
需要实现这个功能。数据源应该区分。同时划分权限,不同业务组看到不同的数据源 |
这本质是个数据源权限管理的需求,已记录。我们会在v8版本考虑是否把这个功能下放到开源版本。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
数据源实现和目前机器一样按照业务组划分的效果,业务组在监控大盘和配置告警规则的时候只能查看和配置当前业务组的数据源。可以讨论方案,我这边提供PR。
The text was updated successfully, but these errors were encountered: