-
Notifications
You must be signed in to change notification settings - Fork 18
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
[ecs-ec2] Update default configs #343
Conversation
@@ -63,20 +68,28 @@ exporters: | |||
application_name: "$APP_NAME" | |||
subsystem_name: "$SUB_SYS" | |||
application_name_attributes: | |||
- "aws.ecs.cluster" | |||
- "aws.ecs.cluster.name" | |||
- "aws.ecs.task.definition.family" |
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 be "aws.ecs.task.family"
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor#amazon-ecs
@@ -63,20 +68,28 @@ exporters: | |||
application_name: "$APP_NAME" | |||
subsystem_name: "$SUB_SYS" | |||
application_name_attributes: | |||
- "aws.ecs.cluster" | |||
- "aws.ecs.cluster.name" |
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.
Correcting names and suggest in descending specific-ness.
- "aws.ecs.task.arn"
- "aws.ecs.task.family"
- "aws.ecs.cluster.arn"
- "aws.ecs.container.name" | ||
- "aws.ecs.docker.name" |
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.
Not sure if valid. Seems not documented at https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor#amazon-ecs
Maybe just use "aws.ecs.task.family"?
Description
Update the default configs taken from the CF template
How Has This Been Tested?
Checklist: