-
Notifications
You must be signed in to change notification settings - Fork 21
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 ApplicationSignals log group name and adjust AWS service name #197
Conversation
@@ -32,7 +32,7 @@ const ( | |||
|
|||
// AppSignals EMF config | |||
appSignalsMetricNamespace = "AppSignals" |
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.
should we also update Metric namespace here?
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.
looks like we will have to change it, it is used to determine whether we should inject AppSignals flag in useragent
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, updated.
9d23421
to
ae44f6f
Compare
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.
LGTM
Are any of these changes planned for upstream? |
Yes we will contribute to the upstream. |
From previous merged PR #213:
Failed tests (in the previous PR) were: |
Cross referenced check failures with previous pr and validated no changes |
e0e66ca
into
amazon-contributing:aws-cwa-dev
metric := dps.NumberDataPointSlice.At(i) | ||
labels := createLabels(metric.Attributes(), instrumentationScopeName) | ||
labels := createLabels(metric.Attributes()) |
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 guess we'll need to refactor it to make upstream happy on merging.
… AWS service name (#33798) **Description:** Cherry-picking from downstream: amazon-contributing#197 Changes: - unify the log group name to /aws/application-signals/data. - rename Application Signals metric namespace. - removed OTelLib name label from EMF log --------- Co-authored-by: Mengyi Zhou (bjrara) <[email protected]>
Description:
This PR is a subset of aws/amazon-cloudwatch-agent#1133.
Testing:
Documentation: