-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove mac terraform resource #297
base: main
Are you sure you want to change the base?
Conversation
Can you link to the last PR that got merged that caused this issue? Doesn't look like we're doing a revert, so there's no way for me to know where this change is coming from. |
@@ -42,11 +42,11 @@ func Validate() error { | |||
}, | |||
} | |||
|
|||
expectedMetrics := []string{"mem_used_percent", "cpu_time_active_userdata", "disk_free"} | |||
expectedMetrics := []string{"memory", "cpu_time_active_userdata", "disk_free"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I missed this in the other review
receivers: ["system"] | ||
|
||
#Test case name | ||
test_case: "win_restart" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look like it should be for win_restart
values_per_minute: "2" | ||
agent_collection_period: 60 | ||
cloudwatch_agent_config: "<cloudwatch_agent_config>" | ||
metric_namespace: "CloudWatchAgentWinFeature" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is probably just a copy paste error
Description of the issue
Last changes are breaking mac tests and multi_config tests
Description of changes
revert mac resource changes and multi_config test. All tests except
o7
andwin2012
are passing after reverting changeshttps://github.com/aws/private-amazon-cloudwatch-agent-staging/actions/runs/5535298334/jobs/10101621606
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.