8xFF / 8xFF/atm0s-media-server

feat: report connector agent stats to console

Đang mở
#322 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
Rust
Star
329
Fork
31
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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 },
}
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.