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

Dynatrace with Jenkins pipeline

Is there an option to use dynatrace with jenkins pipeline script? I could see options with freestyle jobs but not with pipeline.
Eldo
  • 195
  • 5
  • 13
0
votes
1 answer

Capturing POST payload in Dynatrace AppMon 6.5

​I am using AppMon 6.5 to monitor an application running in Oracle Weblogic with an Apache server as web server. The clients perform a lot of HTTP POST requests with json payload and I would like to capture the sent data. I have configured Web…
althor
  • 739
  • 2
  • 9
  • 21
0
votes
0 answers

URL monitor 6.1 SSL handshake failed error in Dynatrace 6.1

URL monitor 6.1 was working fine till date but today I'm getting following exception: SSL handshake failed, this may be caused by an incorrect certificate. Check 'Disable certificate validation' to override this. Exception message: peer not…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
0
votes
2 answers

how to inject a script tag manually in a browser instance in protractor?

I have the dynatrace js agent piece of code and i am trying to inject that minified piece of code into the browser instances that pop up on when the protractor tests are running on the selenium grid. The reason that this is not automatically…
pj013
  • 1,393
  • 1
  • 10
  • 28
0
votes
1 answer

Enable dynatrace chrome extension protractor config

I want to enable dynatrace on the browser instances that are to run on the selenium grid. How can i enable the dynatrace extension on chrome via a protractor config file?
pj013
  • 1,393
  • 1
  • 10
  • 28
0
votes
1 answer

Availability Monitor Plugin issue -- Dynatrace Client 6.1.0

Dynatrace Client 6.1.0 I just want to test if server can be pinged or not. I have installed a Availability Monitor Plugin,create a monitor URL and did following settings: Check the checkbox for Execute Ping test settings Name Set Ping Wait…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
0
votes
1 answer

Rspec failing with Untouched resources

My recipe installs the dynatrace module and enables it: include_recipe 'dynatrace::wsagent_package' apache2_module 'dtagent_module' do module_name 'dtagent_module' filepath node['dynatrace']['apache_wsagent']['linux']['agent_path'] action…
LenG
  • 61
  • 1
  • 4
0
votes
1 answer

Is it possible to import or sync dynaTrace monitoring data to any NoSQL store?

We use dynatrace for monitoring and it generates a lot of monitoring data. I did not find an explicit way to have this imported to local data stores. Has anyone had experience in this?
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
0
votes
2 answers

Unable to parse Dynatrace Instrumented APK file

I used the Dynatrace auto-instrumentor command on my Android apk file auto-instrumentor.cmd apk prop and then signed it with my keystore. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore…
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
2 answers

Puppet test and remove an array of files/folders

I'm looking to make the following code work somehow, it seems if i do not test the files/folders first I end up with the error: Error: Failed to apply catalog: Parameter path failed on File[/opt/dynatrace-6.2]: File paths must be fully qualified,…
ehime
  • 8,025
  • 14
  • 51
  • 110
0
votes
1 answer

tomcat 8 upgrade from tomcat 6 - classloading performance issue

Background Application server has been upgraded from tomcat 6 to tomcat 8. We are experiencing performance issues in transactions which involve XML processing using DOM4J and xerces api. The application uses dom4j-1.6.1.jar and…
Abir
  • 33
  • 5
0
votes
2 answers

Does adding Dynatrace Headers in LoadRunner adds up Response time?

I have around 150 requests in my LoadRunner HTTP/HTML protocol. I have added 150 tagged web requests (dynatrace headers). I experimented executing the script with dynatrace headers and without dynatrace headers. Each time, I am getting different…
0
votes
1 answer

Unable to upgrade to a Dynatrace enabled apk

I have used the auto-instrumentor command on my Android apk file. auto-instrumentor.cmd apk prop It generated three new files: unsigned signed final Now I am able to use my app when I do a fresh install. But if…
0
votes
1 answer

Error while profilling & debugging a Java application simultaneoulsy using Dyna trace and :jdwp

While starting a Java application using the following JVM parameters along with a dyna trace agent : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5000 -agentpath:c:\dynaTrace\agent\lib\dtagent.dll=name=abc,server=abc.com:9998" I am…
0
votes
3 answers

401 (Unauthorized) when trying to access REST API

So basically, I am trying to connect to a REST API online. Easy enough right? However I am getting a 401 (Unauthorized) error whenever I try to connect. I am using a C# console app to test this, and I have also tried using PUTMAN (Google Chrome App…
tnort173
  • 348
  • 1
  • 4
  • 17
1 2 3
12
13