Questions tagged [apm]

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.)

251 questions
0
votes
1 answer

Kibana scripted field error tells me I dont have any values in field while they do show up in discovery

I've been trying to create a scripted field in which i want to make a URL which directs me to a specific APM timeline page. The values I want to add to this URL are filters which are needed to select te specific transaction in APM. When i try to…
SamAWS
  • 31
  • 3
0
votes
1 answer

In iOS, is there a way to find out if any view is rendered on screen?

I want to monitor how long it takes between a UIViewController starts running init method and a user really sees something shown on screen. I know viewDidAppear is a good place to end my timer, but in some cases, my app needs to fetch data from web…
P. Tsin
  • 435
  • 4
  • 14
0
votes
1 answer

Send logs to new relic through my javascript application

I know that on java applications you can use new relic to send your logs using an agent and everything you log on stdout will be sent to new relic. For javascript applications running on client side, is that possible to do the same? What I would…
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

Springboot + Spring Cache Abstraction (Lettuce) + APM (AppDynamics)

I have an app built with SpringBoot and Spring Cache Abstraction, using Redis through Lettuce. I need to monitor via APM AppDynamics tool, but by default it only gets data from Jedis. I can create an exit point in AppDynamics, but I need to know…
0
votes
1 answer

How to enable Spring batch to be monitored in Elastic APM?

Currently spring boot micorservices are enabled in Elastic APM. We can also trace at method level and DB queries are shown. But Spring batch job(Spring boot based) does not show any method level details and Oracle transaction details. Does anything…
jena84
  • 311
  • 1
  • 3
  • 20
0
votes
1 answer

'output.elasticsearch.bulk_max_size': has to be a number between [100, 5000] inclusive

Im getting following error while changing the APM configuration in apm-server.yml - 'output.elasticsearch.bulk_max_size': has to be a number between [100, 5000] inclusive I am changing the config to increase the size of APM queue so that it can…
Rahul
  • 863
  • 6
  • 23
0
votes
1 answer

New relic integration with sailsjs

I have integrated a new relic with sails.js 0.12 but in the dashboard of new relic the transaction data is not coming properly it shows me one route like /* which takes the highest response time. I don't understand why this route comes as /*. Please…
SHUBHAM JAIN
  • 44
  • 1
  • 5
0
votes
1 answer

Find unused routes or codes in an express app to remove dead code

I have a 4 year old Express project running in production and using Express 4.14. Various developers have kept on adding new features but some old code also remains inside. Is there a way to find unused code- code which is not getting used in a…
DrEarnest
  • 853
  • 2
  • 13
  • 27
0
votes
1 answer

Kibana apm dashboard error: The aggregations key is missing from the response, check your permissions for this request

I am getting below error when I load the APM dashboard. I can see the request log and server stats in APM, however, the dashboard is not getting displayed.
Deepak Poojari
  • 688
  • 1
  • 6
  • 21
0
votes
1 answer

Call Elastic APM Properties From Spring Boot Application Properties

I try to implement profile based application in Spring Boot and this works for Spring Boot clearly. But when I try to implement it for elastic-search APM, it doesn't work. According to here: We can describe properties like with elastic.apm…
Sha
  • 921
  • 17
  • 46
0
votes
1 answer

Elastic APM Agent KIbana UI Transactions are NA

We have newly introduced elastic APM to monitor application performance. After the deployment, we have an issue with Kibana APM UI that doesn't show up any transactions for few services. we are having data in the APM indice but doesn't transactions…
0
votes
1 answer

How can I drill down on stacktrace in ASP.NET MVC application using Elastic APM?

I am using Elastic APM agent (https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html) to instrument an ASP.NET MVC Application. I added the nuget packages and added the module entry in the web.config. I am able to get data in the Kibana…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
0
votes
1 answer

can't install any atom packages with npm error

unable to install any packages on atom. The error is npm ERR! code Z_BUF_ERROR npm ERR! errno -5 npm ERR! zlib: unexpected end of file npm ERR! A complete log of this run can be found in: npm ERR! …
LIYAO
  • 1
  • 2
0
votes
1 answer

How to configure to use http inside as internal protocol in AWS Cloudfront

In development environment, we're using three services (register, payment & report) as each docker container inside one single EC2. And mapped that EC2 DNS in cloudfront as using https for mobile application. Now I found those three services are…
PPShein
  • 13,309
  • 42
  • 142
  • 227