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

Error: unable to authenticate user when running kibana, elasticsearch and APM from docker

I'm following this guide to run APM with kibana and elasticsearch: and when I run this command: ./scripts/compose.py start master --no-kibana this is the output I get: Kibana will be launched to configure APM integration and stopped after…
Omar Ayman
  • 29
  • 4
0
votes
1 answer

Can't setup apm-integration-testing for debugging kibana

I'm following the kibana developer's guide, and I want to debug the application using APM. so I'm following this guide: https://www.elastic.co/guide/en/kibana/master/kibana-debugging.html . first I clone the apm-integration-testing repo, then I run…
0
votes
1 answer

Elastic APM Error | Google Kubernetes Engine

Am trying to run Elastic APM in GKE cluster. I have installed elastic-search, kibana and apm-server. All services are up and running. All these components has been through helm charts. Below are the configuration for each component. apmConfig: …
Sunil
  • 553
  • 1
  • 12
  • 30
0
votes
1 answer

Importing a custom APM processor in a Python FastAPI app

I am using Elasticsearch APM in Python to log requests for a FastAPI app. There is a mechanism to load custom processors by simply specifying the module path to the custom processor function. My app layout is as follows: app ├── __init__.py ├──…
slhck
  • 36,575
  • 28
  • 148
  • 201
0
votes
0 answers

TypeError: Cannot read properties of undefined (reading 'runOutsideAngular')

I have the following implementation in the app.module.ts export class AppModule { constructor(@Inject(ApmService) service: ApmService) { setTimeout(()=> { const apm = service.init({ active: environment.elasticApmActive, …
Maliha Khizer
  • 117
  • 1
  • 11
0
votes
1 answer

Elastic APM Intake API timeout except on python applications

I have an elastic apm server version 7.17.1. There are only to Django application on the server. The APM service is using about 140MB of memory. When connecting new agents, I receive a timeout error. node.js…
Brandon Kauffman
  • 1,515
  • 1
  • 7
  • 33
0
votes
1 answer

ElasticSearch and Apm search phase execution exception: [script_exception] Reason: link error

I installed ElasticSrarch and Kibana after that added integrated fleet and Apm on windows server 2019 and 2022 (both active now and all stack version is 8.1.2). for client I use AspNetCore sample form OpenTelemetry Github repository. I haven't any…
0
votes
1 answer

Setting up Elastic-APM python

My team already has kibana account in which all project logs come up. Now how do I set up elastic APM on my python-fast API project? How to set up APM Server and get the SERVER_URL to use in my project - APM Server What is GLOBAL_LABELS and in which…
0
votes
2 answers

How to make python ELK APM log correlation works

I am using python with ecs_logg https://www.elastic.co/guide/en/ecs-logging/python/current/installation.html. It output to a file. Then I am having a logstash reading the logs. Here is an example of the…
sflee
  • 1,659
  • 5
  • 32
  • 63
0
votes
1 answer

use elastic-apm jar java agent with aws elastic beanstalk

as of now elastic beanstalk allows to upload a single jar file for deployment. i want to run custom script as per the below command for starting the application. sudo java -Dlogging.file=/home/ec2-user/server.log -Xmx8192m…
0
votes
1 answer

Elastic APM transaction timeline is missing

I'm enthusiatic user of Elastic APM for several years and I am running Elastic APM on Kibana 7.15.0 to analyse web services written in Java and Python. Recently I found that Timeline pane in Transactions menu doesn't show spans for SQL, Redis etc. I…
0
votes
1 answer

ASP.Net global variable for username issue: need another strategy

I "inherited" an ASP.NET Web app where we've been capturing APM data using a Javascript APM client module in the browser. But we discovered that in a production environment, it was recording a very low number of actual users/usernames! I…
DaveyBoy
  • 435
  • 4
  • 20
0
votes
0 answers

Elastic APM traces are not visible in ELK

APM agent 1.12.1 is being used in .Net core 6 API. enter image description here this API is used by admin portal (ASP.Net MVC 5) and API portal (similar to swgger - .Net core 5 MVC). APM agent is not installed and no related settings are present in…
venkatesh
  • 1
  • 2
0
votes
1 answer

"version" key not founded in connect django and elastic-apm

i want to connect my django project with elastic apm but when i run my project, i see this line : No version key found in server response but my elastic server response have this key : { "name" : "something", "cluster_name" : "elasticsearch", …
0
votes
1 answer

Elastic Cloud APM not showing logs in Transactions Page

What makes Kibana to not show docker container logs in APM "Transactions" page under "Logs" tab. I verified the logs are successfully being generated with the "trace.id" associated for proper linking. I have the exact same environment and configs…