Open Issues Need Help
View All on GitHubAI Summary: Update the OpenTelemetry Android SDK's resource detector to adhere to the Semantic Conventions (semconv). This involves adding missing fields (os.build_id, android.os.api_level), correcting inconsistencies in device model attributes (identifier vs. name), improving the os.description attribute by using the Android OS display name, and removing the non-semconv compliant RUM_SDK_VERSION attribute.
AI Summary: Automate the version update process for all instrumentation READMEs within the OpenTelemetry Android project. This involves modifying the existing release workflow to include updating the version number in each instrumentation README file, mirroring the current update for the main README and `settings.gradle`.
AI Summary: Investigate the feasibility of using Gradle toolchains in the OpenTelemetry Android project to consolidate the specification of Java version, potentially simplifying the build configuration and reducing redundancy.
AI Summary: The task involves adding installation instructions to several Android instrumentation modules within the OpenTelemetry Android SDK. This requires reviewing each module's code and documentation to determine the necessary dependencies and configuration steps, then writing clear and concise installation instructions similar to the existing example for `httpurlconnection`. The instructions should be added to the README file of each module.