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

[ecs-ec2] Update default configs #343

Merged
merged 3 commits into from
Dec 13, 2023
Merged

[ecs-ec2] Update default configs #343

merged 3 commits into from
Dec 13, 2023

Conversation

royfur
Copy link
Contributor

@royfur royfur commented Dec 13, 2023

Description

Update the default configs taken from the CF template

How Has This Been Tested?

Checklist:

  • I have updated the relevant Helm chart(s) version(s)
  • I have updated the relevant component changelog(s)
  • This change does not affect any particular component (e.g. it's CI or docs change)

@royfur royfur merged commit 80b36cb into master Dec 13, 2023
4 checks passed
@royfur royfur deleted the ecs-default-config branch December 13, 2023 10:48
@@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

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

@@ -63,20 +68,28 @@ exporters:
application_name: "$APP_NAME"
subsystem_name: "$SUB_SYS"
application_name_attributes:
- "aws.ecs.cluster"
- "aws.ecs.cluster.name"
Copy link
Contributor

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"

Comment on lines +75 to +76
- "aws.ecs.container.name"
- "aws.ecs.docker.name"
Copy link
Contributor

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"?

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.

3 participants