Customers have expressed desire to monitor Windows Exporter metrics on CloudWatch in the past, though they were unsure as to how this could be achieved. This PR was created to provide customers an example of how they could successfully obtain Windows Exporter metrics in CloudWatch.
Description of changes
Added a new sample CW Agent deployment manifest, pre-configured to extract metrics commonly used .NET memory metrics from Windows Exporter
Added a sample deployment file to enable Windows Exporter
Added a sample ASP .NET application
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
Deployed new manifests files into a fresh cluster and validated that the metrics were properly processed in CloudWatch. Screenshot below:
Requirements
Before committing the code, please verify the following:
If this commit includes changes to existing sample configurations, you acknowledge that you have confirmed this will not impact existing customer behavior.
If not necessary, consider creating a new sample configuration for this change.
Create a new sample configuration, so will not affect any current customer workloads.
Description of the issue
Customers have expressed desire to monitor Windows Exporter metrics on CloudWatch in the past, though they were unsure as to how this could be achieved. This PR was created to provide customers an example of how they could successfully obtain
Windows Exporter
metrics in CloudWatch.Description of changes
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
Requirements
Before committing the code, please verify the following:
Create a new sample configuration, so will not affect any current customer workloads.