Questions tagged [elastic-apm]

Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real time — collect detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more.

Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real time — collect detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. Find more information at official product page

151 questions
-2
votes
1 answer

In elastic APM does @CaptureTransaction create a new tab for external calls

for the code below I wanted to create a new tab which would store all the external method calls and would be aggregated, but I am not getting any such results. @CaptureTransaction(value = "Task")
Sumukh H
  • 1
  • 1
1 2 3
10
11