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

Network remappers should also handle host.network.* metrics #14

Open
lahsivjar opened this issue May 20, 2024 · 1 comment
Open

Network remappers should also handle host.network.* metrics #14

lahsivjar opened this issue May 20, 2024 · 1 comment

Comments

@lahsivjar
Copy link
Contributor

lahsivjar commented May 20, 2024

Current network remappers only produce system.network.* metrics, however, curated UIs also require host.network.* metrics (ref). We should produce both of these metrics in the remappers.

As per ECS, there are 4 host.network metrics that needs to be produced:

  1. host.network.egress.bytes
  2. host.network.egress.packets
  3. host.network.ingress.bytes
  4. host.network.ingress.packets

Unlike system.network.* metric, the host.network.* metrics seems to be an aggregate over all network devices and are gauges.

@lahsivjar
Copy link
Contributor Author

#16 is a PoC to get this to work. I haven't validated the correctness yet.

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

No branches or pull requests

1 participant