-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
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.