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

Elastic APM Opentracing encountering CORS issue with Docker apm-server

Given this docker file to setup the backend services that includes: elasticsearch, apm-server, kibana, jaeger-collector, jaeger-agent, jaeger-query, grafana. apm-server: image: docker.elastic.co/apm/apm-server:6.8.1 ports: -…
Dan
  • 2,455
  • 3
  • 19
  • 53
1
vote
3 answers

How do I enable remote access/request to Elastic APM-server?

I have setup of Elastic with APM server on single machine. I've configured APM java agent to push traces to APM server on localhost. Everything works fine with localhost configuration on Windows. Now, I'm looking to run apm java agent for…
scanforti
  • 11
  • 1
  • 3
1
vote
0 answers

How to add elastic-apm-agent.jar to PCF?

I have downloaded elastic-apm-agent.jar on my local which is monitoring locally deployed spring boot micro service. Now I want to add same jar to PCF.
Datta Diware
  • 602
  • 1
  • 5
  • 16
0
votes
0 answers

Error ElasticApmAttacher (Elastic APM) on IntelliJ

I'm trying to use Elastic APM on IntelliJ on local environment but I have this error: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with…
davidleongz
  • 155
  • 2
  • 11
0
votes
0 answers

Elastic APM: .net Agent not creating traceparent header

I have a few API services instrumented into elastic APM now, all using the .net agent. The way I imagined it would work is that the first HTTP request that arrived wouldn't have any APM details in the headers, so that first agent would create the…
Chris Surfleet
  • 2,462
  • 4
  • 28
  • 40
0
votes
0 answers

Getting error "Failed reading APM server info" while connecting to ElasticAPM

I have a .net project. I am trying to add Elastic APM Configuration in it. Below are the configurations I have added: Program.cs: CreateWebHostBuilder(args).UseAllElasticApm().Build().Run(); Startup.cs: app.UseElasticApm(Config); (Config is of type…
Jason
  • 27
  • 4
0
votes
0 answers

@elastic/apm-rum-angular Integration with Angular 16 Not Working

I updated angular to v16 and i get the following error: Error: src/app/app.module.ts:157:5 - error NG6002: 'ApmModule' does not appear to be an NgModule class. 157 …
0
votes
0 answers

Elastic APM: Does self-managed server have synthetic monitoring capability?

I'm wondering if Elastic APM (self-managed/Azure marketplace) has synthetic monitoring capabilities?
Timur
  • 31
  • 1
  • 6
0
votes
1 answer

elastic apm span and opentelemetry span not linked

I installed below ElasticStack. Kibana Version: 7.17.9 ElasticSearch Version: 7.17.9 Elastic-apm server version: 7.17.9 All are running locally I have a server1 calling another server2, both are written using spring boot, but they use different apm…
George Lu
  • 3
  • 3
0
votes
1 answer

OpenTelemetry export to ElasticAPM

I'm running the OpenTelemetry demo (webshop) on localhost:8080 and want to push data to ElasticAPM. I've also set up the APM Server. This is my otelcol-configj-extras.yml file: exporters: otlp: endpoint:…
0
votes
0 answers

elastic agent apm PHP slows down my laravel project when i install it

when I install the elastic apm php agent to my project in laravel my dockerfile it raises the response time of my endpoints whether I configure my php.ini or not. dockerfile this is my docker configuration which if I install the apm php agent it…
Json
  • 11
  • 5
0
votes
2 answers

ElasticApmInstrumentation matcher constructor super

Is it possible to write matcher for ElasticApmInstrumentation that will capture constructor of child class only? I mean currently I use ElementMatcher.isConstructor() but some classes use in the constructor call super() and this triggers call of on…
hybaken
  • 466
  • 1
  • 5
  • 16
0
votes
0 answers

APM server did not respond within 10s of gzip stream finish

I keep seeing the following error message in my ECK cluster: [buyerportal-0 buyerportal] {"log.level":"error","@timestamp":"2023-05-19T06:46:40.752Z","log":{"logger":"elastic-apm-node"},"ecs":{"version":"1.6.0"},"message":"APM Server transport error…
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
0
votes
1 answer

Not able to integrate async-profiler with the Elastic APM agent

I want to collect native threads information through APM. APM configuration tracks only Transactions and not java threads. As per documentation, i need to enable async-profiler as below. Added these in elasticapm.properties…
0
votes
2 answers

There is no data in Elastic APM using fleet

I used the below link to Install and configure Elastic APM https://www.elastic.co/guide/en/observability/8.7/ingest-traces.html I have a linux ubuntu server, I Installed Elastic Search and Kibana and configured them, I can access kibana from outside…
mesut
  • 2,099
  • 3
  • 23
  • 35