We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If available, we want to add the ecs metadata fields to the logger.
This adds e.g. the instance id and task definition revision which should help debugging things.
I would suggest these fields to be added:
fields.aws.task_definition.family
fields.aws.task_definition.revision
fields.container.id
fields.container.imageName
fields.cloud.availability_zone
fields.instance.ip
The text was updated successfully, but these errors were encountered:
applike-ss
No branches or pull requests
If available, we want to add the ecs metadata fields to the logger.
This adds e.g. the instance id and task definition revision which should help debugging things.
I would suggest these fields to be added:
fields.aws.task_definition.family
(e.g. project-env-family-appGroup-appName)fields.aws.task_definition.revision
(e.g. 123)fields.container.id
(e.g. 65c751452f5c8bef0304ff96dba3fcaa0f49a421d74c86aad95789f68d8c566d)fields.container.imageName
(e.g. accountId.dkr.ecr.region.amazonaws.com/project/family/appGroup-appName:ciRefName-ciCommitSha)fields.cloud.availability_zone
(e.g. eu-central-1a)fields.instance.ip
(e.g. 10.1.2.3)The text was updated successfully, but these errors were encountered: