-
Notifications
You must be signed in to change notification settings - Fork 358
Description
Component
OpenTelemetry.Resources.AWS
Is your feature request related to a problem?
OpenTelemetry.Resources.AWSResourceBuilderExtensions does not expose AWS Lambda Detector.
The required implementation is available at OpenTelemetry.Instrumentation.AWSLambda.Implementation.AWSLambdaResourceDetector under an internal class.
What is the expected behavior?
OpenTelemetry.Resources.AWSResourceBuilderExtensions can expose an AWS Lambda Detector to allow enriching resource builders with AWS Lambda metadata.
Which alternative solutions or features have you considered?
I can implement my own extension to do that but I believe having this in this library would also benefit the community.
Was there any reason the Lambda Detector was not implemented similar to the other detectors extensions (ECS, EKS...)?
Happy to raise a PR for this.
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.