I'd like to see miner_exporter support exporting metrics to CloudWatch agent. This may be appealing to users who run their Helium validator on AWS EC2 instances who would like to keep their monitoring inside the AWS console.
To support this in the existing miner_exporter implementation, I think we'd need to do something like https://github.com/tedder/miner_exporter/blob/main/miner_exporter.py#L462 for CloudWatch agent. @tedder mentioned an upcoming refactor that may make it even easier to add support for CloudWatch agent.
I'd like to see miner_exporter support exporting metrics to CloudWatch agent. This may be appealing to users who run their Helium validator on AWS EC2 instances who would like to keep their monitoring inside the AWS console.
To support this in the existing
miner_exporterimplementation, I think we'd need to do something like https://github.com/tedder/miner_exporter/blob/main/miner_exporter.py#L462 for CloudWatch agent. @tedder mentioned an upcoming refactor that may make it even easier to add support for CloudWatch agent.