0

Elastic APM uses a Java agent to collect application performance metrics and sends it to the Elastic APM server, which means it will use Java instrumentation for underlying metrics in JVM.

My question is:

Is there any vulnerability issue or security risk for using it?

Anatoly
  • 20,799
  • 3
  • 28
  • 42
Bhuwan Prasad Upadhyay
  • 2,916
  • 1
  • 29
  • 33

1 Answers1

-1

currently,we run apm-agent for java application, but after 1 day, server cpu has over 100% and java application killed by system

  • While this might answer the authors question, it lacks some explanation and clarification about the systems that you were running, and the reasons why the system failed. You may also find [how to write a good answer](https://stackoverflow.com/help/how-to-answer) very helpful. Please edit your answer – Tedinoz Jan 27 '19 at 05:42