-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: fix slowcmd log duration error with batch command && add proxy metrics #3044
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
feat: fix slowcmd log duration error with batch command && add proxy metrics #3044
Conversation
wangshao1
commented
Mar 11, 2025
- 调整proxy slowlog打印级别为warn,slowlog不再打印堆栈信息。
- 调整proxy日志打印时间为微妙。
- 修复mget等批量接口打印慢请求日志时统计不到各个阶段耗时的情况。
- codis proxy增加tp999,tp9999耗时统计,通过/proxy/stats暴露给exporter。
- 修改pika_exporter代码,将proxy的tp耗时导出为prometheus指标。
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…s && reset proxy tp duration in 1 min
5f70de3
to
2c5d54c
Compare
…y metrics && reset proxy tp duration in 1 min (OpenAtomFoundation#3044)" This reverts commit 5a761c2.
…s && reset proxy tp duration in 1 min (OpenAtomFoundation#3044) Co-authored-by: wangshaoyi <wangshaoyi@360.cn>
…y metrics && reset proxy tp duration in 1 min (OpenAtomFoundation#3044)" (OpenAtomFoundation#3056) This reverts commit 5a761c2. Co-authored-by: wangshaoyi <wangshaoyi@360.cn>