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

Looks like you dont have any APM services installed. Lets add some

I am using elastic cloud. My Apm server is running on elastic cloud. But still in Kibana i can see the message "Looks like you don't have any APM services installed. Let's add some!". My Elastic, Kibana and APM version is 7.8.1 I am trying to use…
0
votes
1 answer

How to create custom span with all details as it's created by elastic-apm-agent?

I'm creating custom spans for outgoing requests for my java app. It works and it's great ;) But... when I compare my custom span on Kibana's APM board with other spans from springboot applications, which are created by elastic-apm-agent, then I can…
Oliver
  • 1
  • 3
0
votes
1 answer

How to monitor user clicks with APM React

I'm using ElasticSearch APM RUM in a React application. Now, I already integrated the APM to the router, so that I can see the route-change transactions in Kibana. Now I want to track user clicks on a specific button, to see, for example, how many…
baruchiro
  • 5,088
  • 5
  • 44
  • 66
0
votes
1 answer

Setting up Elastic APM .Net Agent in Visual Studio 2019

I'm trying to figure out a way to add a custom implementation to the Elastic APM .Net Agent code. Does anyone know how to set it up in Visual Studio 2019? Any references that I could use to refer on setting it up. Thanks.
Darth Shirr
  • 527
  • 1
  • 7
  • 24
0
votes
2 answers

Elastic APM - Creating Transaction / Span using traceparent / trace_id in C# Agent Libraries

I'm trying out the .Net agent in Elastic APM and I'm using a C# application which is created using a framework called ASP.net Boilerplate. I've added the core libraries as mentioned in the documentation and added the settings in appsettings.json.…
Darth Shirr
  • 527
  • 1
  • 7
  • 24
0
votes
1 answer

Elastic apm - Disable transaction/span programatically for specific endpoint

I am using elastic-apm with spring application to monitor API requests and track all SQL's executed for given endpoint. The problem is give the amount of traffic elastic search is collecting huge magnitude of data and I would like to enable…
Rhishi Nema
  • 169
  • 3
  • 10
0
votes
1 answer

Elastic, Is there a way to see live configuration after changing setting?

I change some settings to elastic-apm. https://www.elastic.co/guide/en/apm/server/current/configuration-process.html I want to verify if the setting is actually changed. but not sure how to check .. Is there an endpoint where I can view the current…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
1 answer

Elastic APM show total number of SQL Queries executed on .Net Core API Endpoint

Currently have Elastic Apm setup with: app.UseAllElasticApm(Configuration); which is working correctly. I've just been trying to find a way to record exactly how many SQL Queries are run via Entity Framework for each transaction. Ideally when…
0
votes
1 answer

APM Go Agent isn't Sending Data to the APM Server

I have an Elastic APM-Server up and running and it has successfully established connection with Elasticsearch. Then I installed an Elastic APM Go agent: go get -u go.elastic.co/apm It returned the following: finding go.elastic.co/apm v1.8.0 finding…
bakadevops
  • 189
  • 1
  • 6
  • 18
0
votes
2 answers

elastic apm, turn off ssl verification

logstash 's elasticsearch output has option to turn off SSL verification https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-ssl_certificate_verification Is there a similar option for…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
1 answer

Elastic APM different index name

As of a few weeks ago we added filebeat, metricbeat and apm to our dotnet core application ran on our kubernetes cluster. It works all nice and recently we discovered filebeat and metricbeat are able to write a different index upon several rules. We…
Baklap4
  • 3,914
  • 2
  • 29
  • 56
0
votes
1 answer

Error with Java APM agent on kubernetes: Failed to handle event of type METRICS with this error: / by zero

I am trying to run Java APM agent on Kubernetes with Springboot 2.3.1.RELEASE I get the following error [elastic-apm-server-reporter] ERROR co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Failed to handle event of type METRICS with this…
Chakra
  • 31
  • 2
  • 11
0
votes
1 answer

Elastic APM Python - System Metrics don't show process related metrics like memory on Kibana

I have a standalone Python application. The python process is not using any framework. And is a simple standalone python process. This has been successfully integrated with Elastic APM (+ElasticSearch +Kibana) for capturing telemetries. Python…
0
votes
1 answer

Elastic APM Java - Transactions & Spans are recorded but not reported to Elastic APM Server or Kibana

I have a standalone JAVA application. And have integrated it successfully with Elastic APM (+ElasticSearch +Kibana) for capturing telemetries. Java Version: 8 - OpenJDK Elastic Agent & Library Version: 1.16 Elastic Search, APM and Kibana Version:…
0
votes
0 answers

What is the version of Elastic APM which is compatible with Django 1.6.11?

I am getting errors with ElasticAPM version 5.5.2 while running python manage.py elasticapm check Error: logging_config_func(self.LOGGING) File "/usr/lib/python2.7/logging/config.py", line 795, in dictConfig dictConfigClass(config).configure() File…