cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

AWS Elastic Network Adapter metrics collection #302

Open citizen-boxfuse opened 2 months ago

citizen-boxfuse commented 2 months ago

Hello, we'd like to collect metrics provided by the AWS Elastic Network Adapter (ENA) described here:

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-network-performance.html

and import them to CloudWatch.

In particular we'd like to collect the following metrics:

bw_in_allowance_exceeded bw_out_allowance_exceeded linklocal_allowance_exceeded pps_allowance_exceeded

How do we configure this in CloudCaptain?

axelfontaine commented 2 months ago

There is unfortunately no straight-forwward way of achieving this at this point. You would have to duplicate whatever logic the agent has. I don't expect we'll make progress on this in the near future.