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

mostro stats first release #251

Closed
wants to merge 13 commits into from
Closed

Conversation

arkanoider
Copy link
Collaborator

Hi @grunch ,

here we go with the fixed pr.

Stats are basic, but it's a starting point. Now a file is saved every minutes with latest data collected.
Values are updated inside mostrod at every event received, file is called mostro_stats.json with a simple struct like this:

pub struct MostroMessageStats {
    received: u64,
    new_order: u64,
    new_dispute: u64,
    release: u64,
    bytes_recv: u64,
    max_msg_bytes: u64,
    min_msg_bytes: u64,
    last_msg_bytes: u64,
}

@grunch
Copy link
Member

grunch commented Jul 11, 2024

due inactivity let's close this PR, if you have a new proposal let's create a new issue to re-think about this PR

@grunch grunch closed this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants