Anuraag (Rag) Agrawal

Results 91 issues of Anuraag (Rag) Agrawal

I noticed that the javadoc jars we publish have a `legal` folder including a GPLv2 with Classpath exception license https://javadoc.io/doc/io.opentelemetry/opentelemetry-context/latest/legal/LICENSE This has been the case since v1.7, when we updated...

open-telemetry/opentelemetry-specification#882 is adding a list of well-known runtime information to the specification to populate in the Resource. The author (me) only knows Java well and has guessed at helpful values...

question

No leads but it seems these tests aren't stable on CI right now so will disable for now (they're most useful locally anyways) https://github.com/open-telemetry/opentelemetry-java/runs/2270639039

Bug

Because Android, even with desugaring, does not support the Java 8 `Base64` class, we currently do not support PEM client keys on Android. It would not be a monumentous effort...

Feature Request

I noticed that it's a bit weird that `unbind` invalidates the variable as a side-effect - would it be more idiomatic to use try/resources instead?

Feature Request

Patch release can't automatically cherrypick since the build generates some no-op japicmp diffs as a side effect ``` > Failed to apply plugin 'nebula.release'. > Final and candidate builds require...

Bug

Currently code coverage for opencensus shim is around 80% but we'd like it to be closer to 90%. Until then it gets marked as unmaintained in codecov.yml :)

Feature Request

We currently use plexus dependency injection, but using JSR would allow constructor injection, fitting better with our general patterns of non-null final fields, and provide an experience more consistent with...

type: enhancement
component: maven-extension

Users should use gRPC library instrumentation and definitely not do manual instrumentation of gRPC. We do get confusion because of the example though. https://github.com/open-telemetry/opentelemetry-java/issues/3610#issuecomment-918701670 IIRC, this isn't the first time...

I was looking through the definition of addresses and found it might be contradicting itself. https://www.w3.org/TR/wasm-core-2/exec/runtime.html#syntax-externaddr It mentions "an embedder may supply an uninterpreted set of host addresses" but also...