jackshirazi

Results 33 issues of jackshirazi

The generations count feature of the instrumentation memory profiler is the fastest way to identify a memory leak. It's useful to be able to attach to a remote JVM in...

enhancement

## Is your feature request related to a problem? Some options are tagged as "internal" and not documented, and after discussion we've decided it's better to ... ## Describe the...

agent-java

## Is your feature request related to a problem? OTelSpanBuilder.addLink(SpanContext, Attributes) ignores attributes (with a warning) ## Describe the solution you'd like It should add attributes to the link ##...

technical-debt
agent-java

discussion in https://discuss.elastic.co/t/apm-java-agent-v1-27-0-instrumention-errors-on-modulepath/292877 ## Describe the bug When a modularized application (ie uses module-info.java, the Java Platform Module System JPMS) has a dependency that the agent also has, it look...

bug
agent-java

## Is your feature request related to a problem? An error was not captured in APM - Spring web mvc > HTTP request > Spring web mvc framework > thread...

good first issue
enhancement
agent-java
size:small

## Describe the bug APM server 8.0+ returns 500 (timeout on connection - timeout is specified by the client) or 599 (not sure when this happens) instead of 503 (queue...

agent-java

## Test method `co.elastic.apm.agent.concurrent.AsyncTraceMethodInstrumentationTest.testWithCrossedThreshold_Generic` ## Test logs Click to expand ``` Error Message Expecting actual: [] to contain exactly (and in same order): [private co.elastic.apm.agent.concurrent.AsyncTraceMethodInstrumentationTest$TestAsyncTraceMethodsClass#*] but could not find the...

flaky-test
agent-java

## What does this PR do? For EE9 Jakarta renamed all javax.* packages under their control to jakarta.* (because of a copyright conflict). We want to support JVMs using the...

agent-java
stretch
size:large
8.4-candidate

## Is your feature request related to a problem? A slow clock source (like xen) impacts how long nanoTime() call takes, can add a second to startup! ## Describe the...

agent-java

## Is your feature request related to a problem? Synchronous startup would ideally be faster for some types of apps (eg serverless functions) ## Describe the solution you'd like Speedup...

agent-java