Open
Description
Component
OpenTelemetry.Instrumentation.AWSLambda
Is your feature request related to a problem?
No response
What is the expected behavior?
When I I call the AddAwsInstrumentation extension method I should be able to opt into which services I want instrumented. It should be possible for this list to grow by installing additional aws instrumentation packages ie lamba, sns, SQS etc.
When it comes time to resolving the tags, an interface method should be called to get the tags from an a registered service. This way all sns logic can reside in there and no need for it being a dependency of the base aws.
Which alternative solutions or features have you considered?
Offer a base class which can be extended for sns, SQS, lamba. Alternatively Leave it as it is.
Additional context
No response