APM generally refers to Application Performance Management. The best in class tools provide real-time access to detailed information about the performance of a system and its components (including transaction tracing, database and external system response times, etc.)
Questions tagged [apm]
251 questions
3
votes
0 answers
Elastic Cloud APM with Open Telemetry and Serilog
I'm looking to use Elastic Cloud APM in my .NET application to send traces and metrics. I am using the .NET Open Telemetry SDK to do this, not the Elastic .NET agents that Elastic provide.
Things are working well, I'm seeing my data in Observability…

Chris
- 7,996
- 11
- 66
- 98
3
votes
1 answer
Workaround max equation length in APmonitor
I am using GEKKO to find 2D-fourier coefficients of some unknown funtion u expanded in terms of 2D-vectors g. To this end have setup dictionaries and I need to calculate the many terms of the form:
u{ u_fourier_i_j: [m.Var(),m.Var()] ....}
g{ g_i_j…

Abbel
- 61
- 1
3
votes
0 answers
How to change queue.mem.events in Kibana ECK operator APM server?
i've been getting this 503 queue full errors in kibana APM server.
{"request_id": "1854b2e8-2930-4895-ac96-a213e1253215", "method": "POST", "URL": "/intake/v2/events", "content_length": -1, "remote_address": "10.36.0.128", "user-agent":…

paltaa
- 2,985
- 13
- 28
3
votes
2 answers
GraphQL Query resolvers as separate Web transactions
I have a Java Spring Boot service exposing GraphQL API. NewRelic identify all the queries as configuredGraphQLHttpServlet Web transaction as all of them are exposed via a single /graphql API . How can we track each GraphQL query resolver as…

Michael George
- 647
- 9
- 15
3
votes
0 answers
What is the best practice to measure the performance of an Angular app?
I'm working on an Angular app and try to analyse the performance of this app. For this I am using Elasticsearch's Kibana and APM server. The APM server is already able to measure the time for the inital page load and routing changes, by mainly…

rchrdmgwtz
- 55
- 2
3
votes
0 answers
Understanding newrelic response time
I am using newrelic for both api server and android app. When I check performance of an api it shows average response time as 50ms.
But when I check average response time under mobile section for app it shows much greater number(800ms).
So my…

Mawa
- 63
- 9
3
votes
1 answer
How can we use INSTANA to monitor & manage Apache Kafka and Zookeeper cluster
I have set up a Kafka & Zookeeper cluster in Production. I need to set up INSTANA APM Tool to monitor and manage the Production Kafka & Zookeeper Cluster. Did anyone has ever used INSTANA to monitor Kafka . Kindly share your thoughts on this.

D Developer
- 143
- 1
- 10
3
votes
1 answer
Install ElasticSearch APM
I am trying to setup ElasticSearch APM, my OS is Ubuntu 16.04,
I installed ElasticSearch and Kibana on the system,
I am referring the following site for installation steps -
https://jee-appy.blogspot.com/2018/02/setup-kibana-elastisearch.html
The…

Dev1ce
- 5,390
- 17
- 90
- 150
3
votes
4 answers
Application performance management for PHP application
I am looking for an application performance management for PHP (see http://en.wikipedia.org/wiki/Application_performance_management)
This tool could be plugged to any PHP application in production, and can collect/display statistic about PHP…

Mickael
- 113
- 1
- 6
3
votes
3 answers
Security risks of using Application Performance Monitoring tools
Are there any security risks of using an Application Performance Monitoring tools like Dynatrace?

Masum
- 419
- 6
- 22
2
votes
0 answers
What are the configurations needed for aws lambda in golang for apm transaction
Hi I am planning to write a go based aws lambda what all configurations are needed for getting apm transaction. I have set ELASTIC_APM_SERVER_URL and ELASTIC_APM_SERVICE_NAME.
I am calling my send apm function after the end of handler function of…

srijan chakraborty
- 41
- 4
2
votes
0 answers
How to do elastic apm transaction for golang lambda
The problem statement is to demonstrate apm transaction with certain labels using golang based lambda. But did not find suitable docs to continue the process.How to use "go.elastic.co/apm/v2" to show transaction on kibana with proper…

srijan chakraborty
- 41
- 4
2
votes
2 answers
Send manual OTLP/HTTP (opentelemetry) request to Elastic APM via cURL/Postman
I'm trying to manually send an OTLP/HTTP trace event to Elastic APM (in Elastic Cloud) via Postman.
I've managed to find some JSON examples of OTLP trace requests to produce the following cURL request:
curl --location --request POST…

Ryan.Bartsch
- 3,698
- 1
- 26
- 52
2
votes
1 answer
How to obtain TraceId from a New Relic transaction?
I have a Rails app that's running new relic's ruby agent v7.2 and distributed tracing is enabled. Having distributed tracing enabled lets NR create a "TraceId" attribute for every api call thats getting logged and I can see that in my dashboard. But…

Siddhesh Acharekar
- 23
- 4
2
votes
0 answers
APM solutions for NextJS WebApp hosted on Vercel using direct function call pattern
I am building a monolithic NextJS WebApp hosted on Vercel and have been trying to implement some form of APM to the backend logic of the application. I am using the built-in NextJS internal REST API. While reading through some posts, I came across…

Jake Myers
- 21
- 1