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
1
vote
0 answers

Elastic APM Agent PHP - Transaction still not ended

I have a Laravel app connected to a APM Server with the following route to test it connection: use Elastic\Apm\ElasticApm; Route::get('/test', function () { $transaction = ElasticApm::beginCurrentTransaction( 'HomeController@index', …
tomrlh
  • 1,006
  • 1
  • 18
  • 39
1
vote
0 answers

Kibana search in JSON field as string in APM logs

I have Elasticsearch + APM + Kibana configured for my services. Every http request is traced to APM. I'm currently capturing the body of all request. The field which stores the body inside the apm index is http.request.body.original. The field look…
Rubén M
  • 107
  • 1
  • 1
  • 13
1
vote
1 answer

How to monitor a aws-python based application using APM tool?

I want to know if there's any way I can monitor my application using one of the open-source application monitoring (APM) tools. I don't have much knowledge about them, and got pretty confused when I searched for this, so asking it here. I tried…
1
vote
0 answers

Using APM in a .NET Console app, can I force send data to APM server?

I'm trying to monitor a console app (automatically run every hour) in .NET The app is built on an HostBuilder, I have called .UseAllElasticApm() and .UseConsoleLifetime() on it, and I make a transaction by code : var transaction =…
glacasa
  • 1,770
  • 2
  • 16
  • 32
1
vote
0 answers

Opentelemetry data to Elastic APM. The request could not be executed. Full error message: Required SETTINGS preface not received

I am trying to instrument my spring boot app with opentelemetry and send the telemetry data such as logs, metrics, traces to Elastic APM. Added otel agent v1.18.0 to classpath. Elastic APM and apps are running on k8s. I have followed the docs…
1
vote
1 answer

What are Output Errors in Elastic APM?

When updating parameters for the APM agent, we noticed that Output Errors would increase upon restarts, and would see an increase even after letting the servers stabilize. Syslog output did not show any errors. Where are these errors coming from?
sixfears7
  • 66
  • 4
1
vote
0 answers

What is the best way to monitor elastic apm server with Prometheus?

would be great if somebody can help and suggest me the best way to have elastic apm server monitored with Prometheus. From elastic documentation https://www.elastic.co/guide/en/apm/guide/current/monitor-apm.html I see they suggest metricbeat to…
Iryna
  • 65
  • 1
  • 4
1
vote
1 answer

Unable to view OpenTelemetry Span Events in Elastic APM traces's logs

I am trying to set up OpenTelemetry in a distributed Nodejs application. I am using elastic APM to view those traces and respective spans. For exporting those span data to elastic APM I have an otel Collector on K8s. The issue is that I can see…
1
vote
1 answer

Kibana - Elastic - Fleet - APM - failed to listen:listen tcp bind: can't assign requested address

Having setup Kibana and a fleet server, I now have attempted to add APM. When going through the general setup - I forever get an error no matter what is done: failed to listen:listen tcp *.*.*.*:8200: bind: can't assign requested address This is…
Aaron Gibson
  • 1,280
  • 1
  • 21
  • 36
1
vote
0 answers

Elastic APM Agent ERROR co.elastic.apm.agent.bci.IndyBootstrap - Provider "jar" not found

We are facing this error in our Spring Cloud Gateway application deployed on Openshift, but it works well in the local but not in Openshift environment. Below are the details. Elastic APM Jar version: 1.30.0, 1.29.0 and 1.28.4 Spring boot version:…
Sunil N
  • 370
  • 1
  • 3
  • 14
1
vote
1 answer

OpenTelemetry Export Traces to Elastic APM and Elastic OpenDistro

I am trying to instrument by python app (django based) to be able to push transaction traces to Elastic APM which I can later view using the Trace Analytic in OpenDistro Elastic. I have tried the following Method 1: pip install…
1
vote
0 answers

Custom logs using elastic-apm-node

I started elastic apm agent and trying to push custom logs into elastic but those logs are not available into the elastic. Can you guys please let me know how to achieve custom logs. Below I attached my code snippet. const apm = elasticApm.start({ …
1
vote
1 answer

Elastic APM + Spring + @KafkaListener - @CaptureSpan not working

I have a simple spring boot + kafka + apm app. I use ELK+APM Server 7.12.1 version, java agent co.elastic.apm:apm-agent-attach:1.25.0 and agent api co.elastic.apm:apm-agent-api:1.28.3 My Elastic apm configuration looks like…
Clyde Barrow
  • 1,924
  • 8
  • 30
  • 60
1
vote
1 answer

ELK APM Framework - APM Server identity could not be verified

I am trying to integrate my application with the APM Framework. I've already done it for a series of other applications and everything worked accordingly. This specific Java SpringBoot application gives me the following error: I've checked that the…
Bouramas
  • 1,077
  • 1
  • 17
  • 36
1
vote
1 answer

Need Elastic APM support for Ktor backend server

Trying to monitor performance of our Ktor backend application and are able to attach Elastic APM agent to it. Server is visible at Kibana dashboard as a service. But it's not creating transactions automatically for each incoming request. When we…
Mahesh Nagarwal
  • 55
  • 1
  • 1
  • 6
1 2
3
10 11