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
2 answers

APM Java Agent Data received was not shown in in Agent Status of APM in Kibana

I have ELK running in a ec2 instance and installed the apm-server in it APM-server version: 7.x I have a springboot application with npm for load testing in other ec2 instance Also installed the apm agent in it APM Agent version: 1.x In…
kc7
  • 113
  • 4
  • 18
2
votes
1 answer

Error sending data to APM even after successful connectivity

Able to establish APM connection 2021-03-09 17:45:05,741 [Attach Listener] INFO co.elastic.apm.agent.configuration.StartupInfo - VM Arguments: [-XX:TieredStopAtLevel=1, -Xmx6g, -Dfile.encoding=UTF-8, -Duser.country=IN, -Duser.language=en,…
Rpj
  • 5,348
  • 16
  • 62
  • 122
2
votes
1 answer

Elastic APM : cpu usage when running application.jar in local system

I am running a sample application jar on local system using elasticAPM agent. Elastic APM show 2 different cpu stats (system/process). Metrics explanation on official site says the same thing for both…
ankidaemon
  • 1,363
  • 14
  • 20
2
votes
0 answers

How to configure wso2 with elastic apm?

Has anyone already tried to connect wso2 production with elastic apm server ? I have done this export JAVA_OPTS="$JAVA_OPTS -javaagent:/tmp/apm-agent.jar" export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.service_name=wso2am" …
2
votes
1 answer

Elastic apm, what is transaction.duration.us?

I'd like to measure avg request-response time for my webserver. Apm has transaction.duration.us and it seems this could be the metric I'm looking for. But I coulnd't find the documentation what it is. Where can I find the meaning of the variable?
eugene
  • 39,839
  • 68
  • 255
  • 489
2
votes
1 answer

elastic apm for elixir and use of opentelemtry

We want to track our elixir phoenix app using elastic apm. But I could not find an apm agent from elastic. Someone suggested to use opentelemetry along with exporter but I am unable to understand how to use that from the docs. I want to track…
2
votes
1 answer

NestJS/Elastic apm: agent does not record database query spans

I'm using elastic apm to profiling my NestJS application and my apm agent is elastic-apm-node. My ORM is typeOrm and my database is Oracle. My problem is apm agent does not record database query spans and I can't see database query spans in kibana…
Banafshe Alipour
  • 1,041
  • 4
  • 12
  • 27
2
votes
1 answer

elastic apm for c# jobs

I add ElasticAPM to my startup on AspNetCore 3.1 app.UseAllElasticApm(Configuration); in my project, rest api services logs as transaction tab of kibana-apm. but my background services dos not logged by apm agent & only metrics tab work for me.
hamid_reza hobab
  • 925
  • 9
  • 21
2
votes
0 answers

Why do we get SyntaxError: Unexpected token in JSON while using elastic-apm-node?

After adding elastic-apm-node on our backend server we receive the below error hundreds of times a day. Can anyone suggest what might cause this? The error we see is this: { SyntaxError: Unexpected token " in JSON at position 0 at…
Nikola Schou
  • 2,386
  • 3
  • 23
  • 47
2
votes
2 answers

How to Attach Elastic APM in Spring Application

I am currently doing a PoC to integrate Elastic APM into my spring application. I was following this page :- https://www.elastic.co/guide/en/apm/agent/java/1.x/setup-attach-api.html to programatically attach elastic-apm jar. I have added the…
Neer1009
  • 304
  • 1
  • 5
  • 18
1
vote
0 answers

How to capture server error when rendering of NextJS

Context I'm using elastic-apm-node for monitoring Next server, however, I can not capture the Uncaught exception on server (error happens when rendering component on server, not the error at getServerSideProps) ErrorBoundary approach will not work,…
Quan Vo
  • 1,639
  • 2
  • 13
  • 28
1
vote
0 answers

ELastic APM error while running with docker

I have running the application in java microservices - docker. For monitoring purpose ahve installed elastic APM. below is my dockerfile Entrypoint: ENTRYPOINT [ "java", …
1
vote
0 answers

Not able to get Open Telemetry data into Elastic APM

Not able to get Open Telemetry data into elastic APM. I have followed all the details as per documentation as below: https://www.elastic.co/guide/en/apm/guide/current/open-telemetry-direct.html#instrument-apps-otel My java weblogic server…
1
vote
0 answers

Redis is not showing as a dependency in Elastic apm

I am using Elastic apm to monitor my go application.I use gorilla mux framework and redis db.I have integrated elastic apm with my code but I am not sure how to add redis as a dependency in elastic apm.Can someone help me with this please? I have…
1
vote
0 answers

Remove distributed tracing headers from Http requests .NET

I have ASP.NET project (.NET5) and sent requests to another API by HttpClient. Also I add ElasticAPM to my project. When I send a request Elastic add distributed tracing headers: traceparent, ... I want to remove this headers, but only in one part…
Zerlok
  • 13
  • 4
1
2
3
10 11