Skip to content
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

[venus] messager增加metrics,方便用户查看消息推送状态 #5054

Closed
5 of 17 tasks
Tracked by #5046
hunjixin opened this issue Jul 11, 2022 · 3 comments · Fixed by ipfs-force-community/sophon-messager#220
Closed
5 of 17 tasks
Tracked by #5046
Assignees
Labels
P2 Medium - we should get to this soon V-venus venus component

Comments

@hunjixin
Copy link
Contributor

Checklist

  • This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
  • This is not a new feature request. If it is, please file a feature request instead.
  • This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the venus forum and select the category as Ideas.
  • I have a specific, actionable, and well motivated improvement to propose.

Venus component

  • venus daemon - [chain service] chain sync
  • venus auth - [chain service] authentication
  • venus messager - [chain service] message management (mpool)
  • venus gateway - [chain service] gateway
  • venus miner - [chain service] mining and block production
  • venus sealer/worker - sealing
  • venus sealer - proving (WindowPoSt)
  • venus market - storage deal
  • venus market - retrieval deal
  • venus market - data transfer
  • venus light-weight client
  • venus JSON-RPC API
  • Other

Improvement Suggestion

鉴于目前消息阻塞的现状,考虑在messager中有限引入消息metrics,方便用户查看

@hunjixin hunjixin added P2 Medium - we should get to this soon V-venus venus component labels Jul 11, 2022
@diwufeiwen diwufeiwen mentioned this issue Jul 11, 2022
27 tasks
@diwufeiwen diwufeiwen self-assigned this Jul 11, 2022
@diwufeiwen diwufeiwen moved this to In Progress in Venus Project Jul 14, 2022
@diwufeiwen
Copy link
Contributor

最近一段时间每个地址的资产,nonce,消息状态,多少待打包,多少失败,多少失败待处理,
每轮次 选择消息数量,推送数量,待打包数量,失败消息数量

@diwufeiwen
Copy link
Contributor

最近一段时间每个地址的资产,nonce,消息状态,多少待打包,多少失败,多少失败待处理,
每轮次 选择消息数量,推送数量,待打包数量,失败消息数量
多少消息堵塞超过3分钟, 超过5分钟
从venus接收到的区块事件 稳定之后的时间,及时发现同步问题

@diwufeiwen
Copy link
Contributor

diwufeiwen commented Jul 20, 2022

每轮次 选择消息数量,推送数量,待打包数量,失败消息数量 --> 最近一轮次 SelectMsg ToPushMsg ExpireMsg ErrMsg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Medium - we should get to this soon V-venus venus component
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants