APM generally refers to Application Performance Management. The best in class tools provide real-time access to detailed information about the performance of a system and its components (including transaction tracing, database and external system response times, etc.)
Questions tagged [apm]
251 questions
0
votes
1 answer
How to get the current Elastic APM instance in Vue.js?
I have integrated Elastic APM to my Vue.js App accordingly to the documentation (https://www.elastic.co/guide/en/apm/agent/rum-js/current/vue-integration.html)
In addition to the default events page-load and route-change I want to add custom…

Simon Thiel
- 2,888
- 6
- 24
- 46
0
votes
1 answer
How to install/enable Elastic APM dashboard in Kibana
I'm having trouble getting the APM "button" and dashboard to appear on the Kibana page. Yes, there is the "Add APM" button which tells you what to do, but it doesn't seem to actually work.
Actually, this is not entirely true - I was able to get the…

Joseph Gagnon
- 1,731
- 3
- 30
- 63
0
votes
2 answers
Does elastic APM for Java captures logs?
I can't understand if Elastic APM for Java should capture logs from slf4j or it can track only exceptions?
I have Spring Boot service that uses slf4j but I can't find log entries in apm index. Can anybody clarify the expectation?
Thank you

megadrofan
- 143
- 5
0
votes
1 answer
How to monitor queries in Elasticsearch?
We are using Elastic APM for monitoring our APIs. It shows queries status and useful information about the queries. I want to have the same information about the queries which are sent to Elasticsearch server.
I want to have information about…

Hossein
- 65
- 8
0
votes
1 answer
Is that possible to use APM elastic for desktop application?
I have desktop application that use .net , i want to monitor performance that application. is that possible to use APM elasticsearch to monitor this apps?.. or any other tool that can monitor performance for desktop application?

Aditya Nugraha
- 1
- 1
0
votes
1 answer
Can Elastic APM measure the performance of applications other than web applications?
I've seen some APM that only measures web applications which run on WAS.
Can Elastic APM meausure the performance of other applications like pure Java application and etc?
If not, can I use…

Jin Lee
- 3,194
- 12
- 46
- 86
0
votes
1 answer
Alerts based on Java Heap Usage
We currently utilize New Relic as the APM. However, the problem that I came across with New Relic (may be not necessarily New Relic specific) is that, I cannot create an Alert, let's say when there is steady rise in the used heap space even after a…

Siddhant
- 571
- 1
- 8
- 32
0
votes
1 answer
How to use APM jvm.memory.heap.used in ELK stack
Is there an example available about how to use jvm.memory.heap.used
To get this data in kibana.

kcp
- 33
- 1
- 7
0
votes
0 answers
APM shows large executions of SQL after migration to Oracle 12c
After migration from oracle 10c to 12c, there are many times where in intrascope we see large number of same sql executing large number of times, which is causing heap space issue.
Since code is same and issue did not appear in 10c, why it uis now…

sshet
- 1,152
- 1
- 6
- 15
0
votes
1 answer
How does AppDynamics APM works internally?
How does AppDynamics works internally, In my current company we are planning to use AppDynamics but teams want to know how it actually works such as How it collects data, how does it communicate and how it intercepts java transactions and other…

Shashank Sinha
- 11
- 3
0
votes
1 answer
Does Elastic APM support Spring Cloud Stream
I am very new to Elastic APM and not sure how it can support different frameworks. I can see that from the documentation APM supports Spring Boot. I have tested a Spring Boot application with the APM and it looks promising. I was wondering if APM…

Ali
- 1,759
- 2
- 32
- 69
0
votes
1 answer
AvailableOpenshift current (3.11) open source APM solutions
It seems that Hawkular APM is not actively maintained anymore (https://www.hawkular.org/hawkular-apm/).
What opensource APM solutions do we have currently available for Openshift Container Platform?
Can you detail the features they provide…

codependent
- 23,193
- 31
- 166
- 308
0
votes
2 answers
Datadog - Monitoring multiple applications in the same site hosted by IIS
I'm trying to monitor several applications within the same site in IIS.
With just running the msi of the tracer dd-trace-dotnet, I started to see the events, but these are registered as [site name]/[application] e.g default_web_site/docs_webhook
I…

Yasel
- 2,920
- 4
- 40
- 48
0
votes
1 answer
APM The header content contains invalid characters
I'm trying to publish a minor update to the Atom package and I keep on getting "The header content contains invalid characters"
What I did:
cloned the repo,
set remote branch, fetch branches, pull content.
modify stuff.
change the version in…

mrwhite
- 105
- 12
0
votes
2 answers
How to test if my java application can successfully handle low memory/CPU resources on Tomcat server?
I want to test how my java application would behave on Tomcat server with 512M RAM only. In other words I need to do memory load-testing to check if my application can run in such restricted environment.
Using which tools and how can I achieve…

caasdads
- 409
- 4
- 12