awslabs / collectd-cloudwatch

A collectd plugin for sending data to Amazon CloudWatch
MIT License
199 stars 131 forks source link

Support custom endpoints and ca bundle path #106

Open lachiang opened 1 year ago

lachiang commented 1 year ago

Issue #, if available: 105

Description of changes: This change allows users to set custom endpoints to call EC2 and monitoring (CloudWatch) APIs.

Testing: I've deployed these changes to my personal fleet and verified that the plugin works as expected with and without these overrides. If no override is provided for the EC2 endpoint, the plugin will try to infer it using the existing logic. Same goes for the monitoring endpoint. If no override is provided for the CA bundle path, the plugin will not set a value to session.verify. The plugin is able to publish the collectd metrics to CloudWatch with and without the endpoint and ca bundle overrides.

Also all the existing tests pass, as well as the new ones.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.