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
0
votes
1 answer

Code snippets from .NET Agent not showing in Elastic APM

We're using the .NET agent (1.4) and Elastic ECE 7.6. Activating the APM server and instrumenting our application was quite easy. Everything seems to work up until the point where it needs to show the code snippet related to a particular span. Below…
Quinten Scheppermans
  • 954
  • 1
  • 10
  • 29
0
votes
1 answer

How can I drill down on stacktrace in ASP.NET MVC application using Elastic APM?

I am using Elastic APM agent (https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html) to instrument an ASP.NET MVC Application. I added the nuget packages and added the module entry in the web.config. I am able to get data in the Kibana…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
0
votes
1 answer

Integrating Sentry and Elastic APM in Buffalo

I am trying to integrate Elastic APM and Sentry into my website using Buffalo. The interesting files are as follows: handlers/sentryHandler.go package handlers import ( sentryhttp "github.com/getsentry/sentry-go/http" …
ScottWilson
  • 360
  • 3
  • 15
0
votes
1 answer

elatic apm, django integration, user id

https://www.elastic.co/guide/en/apm/agent/python/current/django-support.html Is there a way to include user-id for apm messages? We'd like to know if how many unique users are experiencing the error.
eugene
  • 39,839
  • 68
  • 255
  • 489
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

Python Agent how to track various counters/values evolution over time with ElasticAPM?

I'm really new to APM & Kibana, but ok with Python & ElasticSearch. Before I had Graphite and it was quite easy to do custom tracking. I'm looking to track 3 simple custom metrics and their evolution over time. CounterName and it's value. For…
Alexandru R
  • 8,560
  • 16
  • 64
  • 98
0
votes
0 answers

Elastic APM: How to turn off logging for django

flushing due to time since last flush 9.060s > max_flush_time 9.060s I 'm getting tone of those message in django debug. I tried changing to their default setting LOGGING = { 'version': 1, 'disable_existing_loggers': True, …
eugene
  • 39,839
  • 68
  • 255
  • 489
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
2 answers

How to integrate Elastic APM to Vuejs SPA?

I integrated Elastic APM as follows to my Vue.js App. It logs successfully to Elastic APM. However it is not showing the current page name in logs correctly. It seems to always show the first page on which the App has been mounted in APM. I would…
Simon Thiel
  • 2,888
  • 6
  • 24
  • 46
0
votes
1 answer

Elastic APM RUM Missing nested spans

When nesting spans in Elsatic APM through either the Opentracing API or Elastic APM's API. Some spans are never recorded. Using import * as apm from '@elastic/apm-rum';: const transaction = this.apm.startTransaction('transaction-scene-loaded',…
Dan
  • 2,455
  • 3
  • 19
  • 53
0
votes
2 answers

Can Elastic APM track Java Garbage Collection?

Is there a way for me to track garbage collection of my Java application using Elastic APM and the associated Java APM agent? I'm using Spring Boot, if that makes a difference. Out-of-the-box I'm able to see the heap and non-heap memory utilization,…
mnd
  • 2,709
  • 3
  • 27
  • 48
0
votes
1 answer

Is it safe to run Elastic APM on production servers?

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…
Bhuwan Prasad Upadhyay
  • 2,916
  • 1
  • 29
  • 33
-1
votes
1 answer

Monitoring kibana transaction through APM

I want to monitor kibana internal transaction through elastic-apm. I am confuse how can i do this. I am following this documentation
aniketpant
  • 113
  • 1
  • 8
-1
votes
1 answer

OTEL Collector not able to connect to Elastic APM | Docker

Describe the bug OTEL Collector not able to connect to elastic-apm Steps to reproduce Please follow the instructions here, it is simple App https://github.com/sathishsoundharajan/otel-elastic-apm What did you expect to see? i'm expecting to see the…
Sathish
  • 2,056
  • 3
  • 26
  • 40
-1
votes
1 answer

Java Apm agent with multiple tomcats

How to configure multiple tomcats running on same machine to Apm server ? With single tomcat I m able to start APMUI.
chandan
  • 93
  • 1
  • 11
1 2 3
10
11