feat(metadata): 支持将 Storage 配置同步到 Consul 与 Redis - #11710
Conversation
|
请在 PR 中添加项目标签,例如: |
|
请在 PR 中添加类型标签,例如: |
|
@codex review |
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review |
1 similar comment
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ca10a65aec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e26a0b85d7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Can't wait for the next one! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. Chef's kiss. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
4e19b45 to
c6c56fb
Compare
c6c56fb to
d0c4cbf
Compare
变更内容
与消费端的关系
本 PR 对应 bkmonitor-datalink #1198。metadata 负责生产 Storage 配置,unify-query 根据
storage.source从 Consul 或 Redis 加载并热更新运行时 Storage Map。拆分说明
原 #11685 同时包含 Storage 与 Feature Flag,现已拆分为独立 PR。本 PR 仅负责 Storage;Feature Flag 链路见 #11711,后者读取 Redis 快照并同步至 Consul。两个 PR 均已同步至最新
master,可独立进行 review。验证
ruff check:通过compileall:通过git diff --check:通过bk_monitor_base/rum_web,Django 在测试收集前无法初始化,需要 CI 或标准 bk-monitor 环境完成测试。