microsoft/retina

Windows has no drops metric for bytes

Open

#83 创建于 2024年3月20日

在 GitHub 查看
 (4 评论) (0 反应) (1 负责人)Go (293 fork)auto 404
area/metricsarea/windowshelp wantedtype/enhancement

仓库指标

Star
 (3,161 star)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.

Metric Windows Linux
forward_count (packets) ✔️ ✔️
forward_bytes ✔️ ✔️
drop_count (packets) ✔️ ✔️
drop_bytes ✔️

Is it possible to get packet size for drops like we do forwards? https://github.com/microsoft/retina/blob/ac26b1d865eff2451eac964b68a7838c31d3b7e8/pkg/plugin/windows/hnsstats/hnsstats_windows.go#L142

贡献者指南