Open Issues Need Help
View All on GitHubAI Summary: The task involves fixing improperly formatted deprecation comments in the `otelgrpc` package within the OpenTelemetry-Go Contrib project. Specifically, it requires adding a blank line above each deprecation comment for the `Extract` and `Inject` methods.
AI Summary: Update the `versions.yaml` file within the OpenTelemetry-Go Contrib project to include the newly added `detectors/aws/ec2/v2` module. This involves adding a new `stable-v2` module set and assigning it a version of `v2.0.0`.
AI Summary: The task is to remove the deprecated `Inject` and `Extract` methods from the `otelgrpc` package within the OpenTelemetry-Go Contrib project. This involves locating and removing the specified code sections (linked in the issue description) and potentially updating any dependent code to use the recommended replacement methods.
AI Summary: The task involves fixing a bug in the AWS Lambda detector within the OpenTelemetry-Go Contrib project. The bug is that the `faas.max_memory` attribute is reported in MB instead of bytes as per the OpenTelemetry semantic conventions. The fix requires modifying the detector's code to correctly multiply the memory size by 1,048,576, and updating related documentation and test cases.