Netflix-Skunkworks / atlas-system-agent

Agent that reports system metrics through SpectatorD.
Apache License 2.0
5 stars 8 forks source link

add ena driver metrics #112

Closed copperlight closed 1 year ago

copperlight commented 1 year ago

This change adds support for the following five Elastic Network Adapter performance metrics, which are available on EC2 instances:

There are a few apps in our environment which may hit conntrack limits, and these metrics are a good means of detecting that state. All of these metrics are configured as Monotonic Counters, since all of the statistics report the cumulative number of packets queued or dropped on each network interface since the last driver reset.

The first time that metrics collection occurs, the ethernet interfaces on the instance will enumerated, so that these statistics may be collected for each one.