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
0
votes
0 answers
how to prove I install with source APM(apache, php, mysql) not install-package?
I installed apache, php, mysql in ubuntu server with wget, make, make install.
I finally made it.
but I don't know how to prove or check I installed them with source code.
I checked history command but it was just part of commands not all.
please…

win
- 1
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
1 answer
Trying to add heartbeat for my console application
A discussion on github mentions that heartbeat is automatically sent when Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule& is added to the applicationinsights.config file. I want to create an alert in…
0
votes
0 answers
NodeJS Request tracing
I recently configured my application to use monitoring of most commonly used queries ( its a graphql server ). The monitoring includes, among others, ability to sort queries by response time and popularity. Given these two, I can figure out which…

Diyan Slavov
- 353
- 2
- 11
0
votes
2 answers
Run a Spring Boot application with elastic-apm Java agent on OpenShift
I want to deploy a Spring Boot application on an OpenShift cluster that I want to monitor with elastic-apm, therefore, with the JAVA elastic agent.
I managed to deploy in a project an Elasticsearch instance, a Kibana instance and an apm-server.
Next…

Eloi
- 86
- 1
- 2
- 11
0
votes
0 answers
Link automated Postman tests with elastic apm report
I currently have a spring application, in which I have implemented a continuous integration pipeline.
In this pipeline, postman tests are executed automatically.
I would like to add a performance dimension to these tests. So, I set up elastic-apm in…

Eloi
- 86
- 1
- 2
- 11
0
votes
1 answer
Cannot Find the Reported APM Logs on the Huawei Devices
When the Huawei APM SDK is integrated, there was no app performance data on the App performance management page. I wanted to locate the problem based on the Logcat logs on the device.
However, I'm not sure where these logs are kept or if I have to…

DevWithZachary
- 3,545
- 11
- 49
- 101
0
votes
1 answer
New Relic - Custom attributes in .NET IIS
I am using NewRelic to monitor our performance of IIS and MSSQL queries. However, right now the data is too generic and I want to pin down and find slow running queries or requests for each user.
Is there a possibility to add a User Id attribute…

Pochen
- 2,871
- 3
- 22
- 27
0
votes
1 answer
Error "miss client id" Is Reported when trying to integrate Huawei AppGallery APM SDK
I have tried to setup the APM SDK however when I try to run my application I get the following error message:
I/com.huawei.agc.apms: failed to fetch remote config: client token
request miss client id, please check whether…

DevWithZachary
- 3,545
- 11
- 49
- 101
0
votes
0 answers
elastic apm-server monitor internal queue
I have elastic apm-server running in kubernetes with following configuration
apm-server.yml
# Source : https://github.com/elastic/apm-server/blob/master/apm-server.docker.yml
################################ APM Server…

roy
- 6,344
- 24
- 92
- 174
0
votes
0 answers
APM Django - how to correlate container logs from Filebeat with data from ElasticAPM in Kibana?
Updates at the and
Kibana version:
7.14.0
Elasticsearch version:
7.14.0
APM Server version:
7.14.0
Filebeat version:
7.14.0
APM Agent language and version:
Python Django - elastic-apm 6.3.3
Description:
The APM server and Python agents…

maar
- 128
- 6
0
votes
1 answer
Using OTEL_EXPORTER_OTLP_HEADERS in Open Telemetry Collector to avoid secrets in ConfigMap
I have a Kubernetes cluster with a pod running an instance of Open Telemetry Collector.
My .Net app inside Kubernetes exports traces to the Collector instance which in turn exports them to Elastic APM server. This work correctly if I use this…

Absolom
- 1,369
- 1
- 13
- 28
0
votes
1 answer
AWS Datadog integration issue
I have created AWS Role/Policies but when I am trying to integrate AWS with Datadog APM I entered my AWS account details and role, and I see:
Access denied. See https://docs.datadoghq.com/integrations/amazon_web_services/
Can someone please help…

Rohit Mittal
- 395
- 1
- 5
- 18
0
votes
1 answer
Jaeger vs APM tracing performance
I have setup OpenTracing for a microservice solution that uses .Net5. Whent with a full chain:
MicroService -> Jaeger Agent -> Jaeger Collector -> Kafka -> Jaeger Injester -> ElasticSearch -> JaegerUI+Kafka
But lately I found ElasticSearch APM also…

Dmitry
- 2,033
- 1
- 22
- 31
0
votes
0 answers
memory management for elasticsearch
I am trying to calculate good balance of total memory in three node es cluster.
If I have three node e.s cluster each with 32G memory, 8 vcpu. Which combination would be more suitable for balancing memory between all the components? I know there…

prat
- 103
- 2
- 10