Questions tagged [dynatrace]

Dynatrace is a set of tools for Application Performance Management (APM) which provides monitoring of hosts, processes and their interconnections as well as deep code-level insight into performance metrics.

Dynatrace is a platform composed by a set of solutions developed by Dynatrace LLC. allowing developers, testers, performance consultants and managers to monitor applications on technical and business levels.

190 questions
1
vote
1 answer

How to monitor Service Fabric Actors

As I understand, Dynatrace does not support Service Fabric Actors. Is there an extensibility mechanism where I could add myself? For example, can I plug myself before and after every ActorProxy call, and/or before and after every method call on an…
1
vote
1 answer

Anyone knows how dynatrace attach the javaagent to java process?

It is a black magic for attaching the javaagent to java process in dynatrace in the agent. I did not found the env JAVA_TOOL_OPTIONS or JAVA_OPTS in the nodes. But I found that some agent jars is added into the boot path(sun.boot.class.path). I want…
Angle Tom
  • 1,060
  • 1
  • 11
  • 29
1
vote
1 answer

How to check given tea leaf session id in dynatrace

have one tea-leaf session id,which is generated by some website against some logs,need to check this session id in dyntrace please let me know what is the procedure to integrate and check the tea-leaf session id in dynatrace. Requirement: Need to…
Rahul Jain
  • 390
  • 6
  • 20
1
vote
1 answer

How to get Details of client and server using dynatrace

I am very new to Dynatrace and using trial version of it. I am trying to see how its working with API. I created a Backend and API to use some service from it Client <------> API <-------> Backend [1] [2] From Transactions &…
Shehan Perera
  • 339
  • 1
  • 18
1
vote
1 answer

dynatrace monitor war deployment

I am trying to use dynatrace to monitor the deployment of a war in tomcat. The deployment of this spring application takes more than 10 min and I would like to know the bottlenecks in the initialization of the application context. I started tomcat…
lives
  • 1,243
  • 5
  • 25
  • 61
1
vote
1 answer

Dynatrace Application detection

we recently started using Dynatrace monitoring. We are using GlassFish as application container. Dynatrace is able to identify the services running on GlassFish, but for all hosts it just displays a single application called "My Web App". Is there a…
1
vote
2 answers

JVMJ9TI001E Agent library "C:\Program could not be opened (The specified module could not be found. )

JVMJ9TI001E Agent library "C:\Program could not be opened (The specified module could not be found. ) JVMJ9VM015W Initialization error for library j9jvmti26(-3): JVMJ9VM009E J9VMDllMain failed. Why i am getting this error after setting the dynatrace…
1
vote
1 answer

Permission Denied on Ajax xml call, Dynatrace Dashboard

I've been trying to get an XML response from a Dynatrace server using REST api. I have no trouble getting an XML response when I put the url through Postman, and I am able to receive a 'text' datatype response from ajax, but not an 'xml' response. I…
Jim Wu
  • 149
  • 1
  • 8
1
vote
2 answers

Difference between response time in jmeter and Dynatrace

We are load testing our application through jmeter. The architecture is : web server (Apache), app server (jboss), database(MySQL). Dynatrace agent is configured in app server. For any particular request, the response time shown in app server is…
Gaurav Chawla
  • 103
  • 2
  • 10
1
vote
1 answer

How can I add a default header to each HTTP request with Gatling?

I'm using Dynatrace and Gatling for performance analysis and testing. Dynatrace supports tracing test runs through the addition of a header to each HTTP request. I'd like to had that header with a dynamic test guid without adding it to every…
David W
  • 945
  • 9
  • 21
1
vote
0 answers

Not able to see the spring batch db queries in dynatrace

In my spring batch project i am reading data from db and write data to db, when i checked the dynatrace after job completed, i am not able to see the db select and insert queries in dynatrace. Is any configuration need to do in spring batch to get…
1
vote
2 answers

Dynatrace Taging-JMeter

I would like to add DynaTrace tags i.e., dynaTrace: PC=JMETER;NA=Transaction Name;VU=Thread Group Name to JMeter script on transaction level not request level. if any one have suggestion/answer for that please help me
vikas
  • 496
  • 3
  • 15
1
vote
2 answers

What is the best profiler for python multiprocessing, gevent, greenlets?

I am trying to profile my script which uses multiprocessing and spawn greenlets in several pools. I tried several libraries which came as a result in Google search but nothing is considerable. I am looking at a profiler which gives all the basic…
Manish Verma
  • 771
  • 7
  • 20
1
vote
1 answer

Can we use dynatrace with protractor e2e tests?

We have successfully set up a selenium grid using docker. Now we are trying to have dynatrace all the performance metrics for the functional UI tests, but I am having a very tough time trying to get dynatrace connected through the docker.yml…
pj013
  • 1,393
  • 1
  • 10
  • 28
1
vote
1 answer

JMeterConvert:convert my jmeter script to dynaTrace header

I am trying convert my jmeter script to dynaTrace header, using JMeterConvert. As installing JMeterConvert was not given clearly in the site I was referring I feel like I am lost. Can anyone kindly help me with that. I have downloaded…
Sylvia Lobo
  • 317
  • 2
  • 5
  • 12