Nikita Salnikov-Tarnovski

Results 12 issues of Nikita Salnikov-Tarnovski

I don't know if my question is relevant to many SIGs, but it was based on https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/836 Namely, java instrumentation agent repackages several 3rd party dependencies into a single uber-jar,...

Java instrumentation repo uses different application servers for [its smoke tests](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/smoke-tests/matrix). Currently we use only open sourced servers on Ubuntu Linux. We build and host corresponding Docker images in GitHub...

To provide resource attributes described in [Cloud semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud.md)

Feature Request

I have a gradle multi project and trying to run test target from one of the subprojects using this plugin. My tests fail because they don't see classes from dependent...

Some migrations can effectively be run totally asynchronously relatively to other migrations. E.g. creating of index. It would be very nice to have a possibility to mark some migrations as...

t: feature
m: Core
s: needs investigation

I believe this is a different issue from #123. Please see the project attached. Running `./gradlew run` demonstrates the failure. We have a binary avro file serialised by Jackson. We...

avro
gen-ai

Trying to build docker images from this project on MacMini with Apple M1 processor currently fails: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] spring-petclinic-microservices 2.4.5 ............... SUCCESS [ 0.140...

enhancement

Http semantic convention defines 4 attributes which are very different from all others. Namely `http.request_content_length`, `http.request_content_length_uncompressed`, `http.response_content_length` and `http.response_content_length_uncompressed`. I think this information should be captured as metrics, not as...

area:semantic-conventions
spec:trace

**Is your feature request related to a problem? Please describe.** open-telemetry/opentelemetry-java-instrumentation wants to run a bench of smoke tests on Windows platform as well. We extensively use testcontainers and Docker...

ci-cd

Currently I see only 1 method to stop a running testcontainer: `org.testcontainers.containers.GenericContainer#stop`. But to my great surprise and dismay that method ends up calling `dockerClient.killContainerCmd`. So there is no way...

type/feature
resolution/acknowledged