Skip to content
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

Update app_signals to application_signals #40

Merged
merged 1 commit into from May 17, 2024

Conversation

bjrara
Copy link
Member

@bjrara bjrara commented May 10, 2024

Issue #, if available:

Description of changes:
Rename app_signals to application_signals for GA release. It's part of the PR: aws/amazon-cloudwatch-agent#1133.

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

@@ -17,8 +17,8 @@ Helper function to modify cloudwatch-agent config
{{- $agent := set $configCopy "agent" $agentRegion }}
{{- end }}

{{- $appSignals := pluck "app_signals" $configCopy.logs.metrics_collected | first }}
{{- if and (hasKey $configCopy.logs.metrics_collected "app_signals") (empty $appSignals.hosted_in) }}
{{- $appSignals := pluck "application_signals" $configCopy.logs.metrics_collected | first }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be supporting both names ? are we deprecating app_signals altogether ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since helm is a GA feature, I don't think we need to be compatible with app_signals. It is deprecated. We will always recommend using application_signals in any case.

@lisguo
Copy link
Contributor

lisguo commented May 16, 2024

Seems like the checks are failing when fetching the AWS credentials...could there be a permissions issue?

@lisguo lisguo changed the title [DO NOT MERGE] Update app_signals to application_signals Update app_signals to application_signals May 17, 2024
@lisguo lisguo merged commit 4fedba1 into aws-observability:main May 17, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants