elastic / elastic/apm-agent-java
Warn of presence of multiple APM Agents
Open
agent-java
community
- Dominant language
- Java
- Stars
- 594
- Forks
- 338
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 25
Description
## Is your feature request related to a problem?
We are aware multiple APM Agents might conflict each other https://www.elastic.co/guide/en/apm/agent/java/current/trouble-shooting.html#trouble-shooting-additional-agent
We need to detect it as soon as possible.
## Describe the solution you'd like
Attempt to detect if other "agents" are running together with Elastic APM Agent and log a warning at startup of the application.
## Describe alternatives you've considered
Alternative is to check this manually and it might be easily overlooked.
Contributor guide
Assessment
This issue has not been assessed yet.