Helen

Results 19 issues of Helen

Protyping https://github.com/open-telemetry/semantic-conventions/pull/1090

test native

### Area(s) area:user ### Is your change request related to a problem? Please describe. enduser.id has been deprecated and replaced with user.id. #731 enduser.id had this old description: ![image](https://github.com/open-telemetry/semantic-conventions/assets/56097766/96c9e9f1-7ee6-44ef-8634-5671225436c9) user.id...

enhancement
area:user
area:security

Fix #1104 I chose `user.anonymous_id` because of https://github.com/open-telemetry/semantic-conventions/pull/1121

never stale
area:security

part of https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7195

### Is your feature request related to a problem? Please describe. build failed because of `Task :instrumentation:couchbase:couchbase-common:testing:codenarcMain FAILED` steps to resolve: - download huge CI log - search for 'Failed`...

enhancement
needs triage

[detailed log](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/runs/10624416891/job/29452684161?pr=12147) Here is my [PR](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12147). ```Kotlin spotless { groovy { greclipse() licenseHeaderFile( rootProject.file("buildscripts/spotless.license.java"), "(package|import|(?:abstract )?class)" ) target("src/**/*.groovy") endWithNewline() } } ``` this is the fromatter i used: ```Kotlin groovy...

bug-unconfirmed

We have a customer who used azure core http client and tracing failed to work. The workaround was to add `HttpPolicyProviders.addAfterRetryPolicies(policies)` to their azure core `HttpClient` instance. Then it started...

Client
Azure.Core
needs-team-attention