Skip to content

[resourcedetectionprocessor] Gather EC2 tags #1627

@mx-psi

Description

@mx-psi

Is your feature request related to a problem? Please describe.

When using AWS resources like EC2 instances it is common to tag them with metadata that can help identify a specific instance by e.g. owner or environment. Having this information together with telemetry can help in discoverability and enrich their context.

Describe the solution you'd like

It would be useful to add this metadata to the resource detection processor (e.g. in the EC2 detector) so that this information can be added to telemetry data like metrics, traces or logs to quickly identify the source of them.

Describe alternatives you've considered

A new component could be created to do this, but I think it makes more sense to add it to this existing one.

Additional context

These are key-value Unicode string pairs of limited size that can be added to many AWS resources. To be accessed a IAM role giving access to DescribeTags needs to be set up by the user. This would mean that it could be an opt-in since it needs manual setup.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions