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

feat: report connector agent stats to console #322

Open
giangndm opened this issue Jul 1, 2024 · 0 comments
Open

feat: report connector agent stats to console #322

giangndm opened this issue Jul 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@giangndm
Copy link
Contributor

giangndm commented Jul 1, 2024

Currently each connector agent like Gateway or MediaServer will report stats like queue len, inflight pkts, acked pkts. The stats should be sent to console for monitoring cluster behavior

#[derive(Debug, Clone)]
pub enum Event {
    Stats { queue: usize, inflight: usize, acked: usize },
}
@giangndm giangndm added the enhancement New feature or request label Jul 1, 2024
@giangndm giangndm changed the title Feature: report connector agent stats to console feat: report connector agent stats to console Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant