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

elastic apm not showing graphql's lex/ parse/ validate time

Currently, we are using the nestjs with Graphql, we are able to show different spans in the execution phase, For example: connecting redis/ db / external HTTP calls. But is there a way to also show the time for graphql.lex, graphql.parse,…
AC28
  • 282
  • 2
  • 11
0
votes
0 answers

How to add custom nested attribute to a Kong Open Telemetry message

I need to send a runtime environment type (prod, dev, test, etc.) from the Kong (3.2.2-alpine) OTEL Plugin to my ELK APM traces. I'm using OTELCollector 0.75.0 for that purpose. I tried to specify service.environment in kong.yml (via…
Dogrtt
  • 103
  • 1
  • 5
0
votes
0 answers

Send Spring Boot Actuator metrics to ElasticSearch APM (not just ElasticSearch)

What I would like to achieve: Send SpringBoot actuator metrics (not traces) to ElasticSearch APM (not just ElasticSearch) What I tried so far: using below dependencies org.springframework.boot
0
votes
1 answer

how to config java APM properties to send application log to APM server / fleet server?

i have different log appender configuration, shown below :
0
votes
1 answer

Elastic APM does not track http-transactions

APM client for PHP does not track HTTP transactions. In the view, I see only cli transaction type. Also, other services which call this service does recognize this service as external. APM version: 1.7.1 PHP version: 8.1
112Legion
  • 1,129
  • 12
  • 25
0
votes
0 answers

how to negate a kibana (elastic) apm query?

I actually use ELK stack (7.17.8) I use the APM feature with python/flask integration. I actually can't figure how to make negation filter working with APM. I try to filter all non-POST transactions with this apm filter: NOT…
0
votes
1 answer

How to turn off request body logging in elastic-apm

I am using elastic-apm middleware with FastApi. During serving each request my application is making several data-heavy request to external resources. My current setup is the following: app = FastAPI( title="My API", description="Hello from my…
Nick Zorander
  • 131
  • 12
0
votes
1 answer

How to capture query string using Elastic Apm python agent?

APM Python Agent can capture request body (e.g. POST variables) by enabling CAPTURE_BODY variable. How can i capture query string (e.g. GET Parameters) ?
Aninda
  • 97
  • 5
  • 14
0
votes
1 answer

How to change root activity name in .NET HotChocolate for Elastic APM using a CustomActivityEnricher?

I am trying to change the root activity name in .NET HotChocolate for Elastic APM by creating a custom activity enricher and overriding the CreateRootActivityName method. public class CustomActivityEnricher : ActivityEnricher { public…
Y G
  • 13
  • 4
0
votes
2 answers

How to add Elastic APM integration from API/CMD/configuration file

I've created a docker-compose file with some configurations that deploy Elasticsearch, Kibana, Elastic Agent all version 8.7.0. where in the Kibana configuration files I define the police I needed under xpack.fleet.agentPolicies, with single command…
0
votes
1 answer

Create an entry for every method with APM.Net and ELK

I have a question to ask, about APM usage with .NET Core. I have successfully set up AMP agent on .NET Core services, and log everything on ELK. I have running traces on the APM section, showing on the timeline the controllers and the DB…
Loot
  • 71
  • 8
0
votes
1 answer

How to encode `elasticapmtraceparent` in the right binary format?

I am trying to capture a full end-to-end trace in Elastic APM using java agent 1.35.0. I have got one Kafka producer application with Debezium under the hood that relies on the OpenTracing implementation. Therefore I had to register the…
Depzor
  • 1,126
  • 1
  • 12
  • 21
0
votes
0 answers

Writing Elasticsearch Apm Data to File

Is it possible to write APM data to file and send this data to APM server via logstash or filebeat? For security reasons, I can not reach the APM server directly on my Asp.net Core application. This is APM configuration and I can only see the server…
Ahmet Arslan
  • 5,380
  • 2
  • 33
  • 35
0
votes
1 answer

Opentelemetry JVM Metrics

I'm monitoring Java apps with Opentelemetry and exported data to Elastic APM. This integration works well, however we are missing some critical information about metrics. We want to collect information about the host system and jvm…
0
votes
1 answer

Golang Elastic APM - save transactions of cronjob

Golang Elastic APM - save transactions of cronjob I need to connect Elastic APM to my cronjob however I when I follow documentation for APM I see no transactions or even service registered. How can I connect APM and register transactions for cronjob…
mikolaj semeniuk
  • 2,030
  • 15
  • 31