apm-agent-java icon indicating copy to clipboard operation
apm-agent-java copied to clipboard

Results 234 apm-agent-java issues
Sort by recently updated
recently updated
newest added

## What does this PR do? Fixes #2492 Depends on https://github.com/elastic/ecs-logging-java/pull/190 and https://github.com/elastic/ecs-logging-java/pull/193 ## Checklist - [ ] merge dependency PR on ecs-logging-java : https://github.com/elastic/ecs-logging-java/pull/193 - [ ] release ecs-logging-java...

agent-java

Netty is used as the foundation of a lot of client and server implementations. If we have generic support for monitoring HTTP requests, we'd already provide basic insight for lots...

blocked
new-feature

See meta issue for the description and details: - Meta issue: https://github.com/elastic/apm/issues/671

agent-java

Unable to attach to JVM when using apm-agent-attch-cli.jar to monitor java program `java -jar ./apm-agent-attch-cli.jar --config service_name=xxx --config server_url=server_urls=xxx --config environment=production --config secret_token=xxx --config application_packages=xxx --include-pid 10721` The output is...

agent-java
community
triage

## What does this PR do? Add extra debug info to investigate unexpected issue. Reported [in the forum](https://discuss.elastic.co/t/illegalstateexception-on-span-makecurrent/311086). ## Checklist - [ ] This is an enhancement of existing features,...

agent-java

## What does this PR do? I wanted to give the [scala futures implementation](https://github.com/elastic/apm-agent-java/pull/1048) a spin but, hit a snag when using it with multiple threads. It seems like the...

agent-java
size:small

Uses an imaginary `log` event that's not actually available in the intake API ## What does this PR do? ## Checklist - [ ] This is an enhancement of existing...

agent-java

## What does this PR do? Bump dependency to pick up the latest updates for the integration in the CI with the opentelemetry extension for the maven builds. ## Features...

blocked
automation
agent-java

## What does this PR do? - add a test for security manager warning implemented in #2510 - add a test that helps to reproduce access to `Unsafe` when security...