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

Python requests Max retries exceeded with dynatrace SAAS url

Trying to get User session data from Dynatrace SAAS using python3 script. The get Request is giving me error Max retries exceeded with url: Failed to establish a new connection: I'm not sure if I'm passing the token or proxy wrong. import…
mani
  • 23
  • 3
2
votes
2 answers

Configuration of Dynatrace in Gradle Kotlin DSL

I have an Android project, using a Gradle build configuration written in the kotlin-dsl and trying to apply Dynatrace: buildscript { repositories { jcenter() } dependencies { classpath("com.dynatrace.tools:android:7.2.4.1262") …
Hrafn
  • 2,867
  • 3
  • 25
  • 44
2
votes
1 answer

JVM Survivor Spaces are not used

I am currently making a code audit on many java applications for a major energy administration located in France. I have used many Tools to audit the code (I even wrote a specific parser since I cannot compile the code...). For the performance…
ATN54
  • 117
  • 2
  • 2
  • 6
2
votes
1 answer

Settings of Incoming WebHooks configuration are ignored

We have created an Incoming WebHooks configuration so that Dynatrace can post alerts to our development channel. This worked great for a while, but later on, we decided to use a separate "operations" channel for notifications. So I changed the "Post…
oberlies
  • 11,503
  • 4
  • 63
  • 110
2
votes
1 answer

What is Size in Dynatrace's PurePaths dashboard

I'm new to Dynatrace and I'm trying to analyze PurePaths for application performance. I've searched for it in the Dynatrace documentation but no luck. Could anyone please tell what is Size referred here
coderpc
  • 4,119
  • 6
  • 51
  • 93
2
votes
0 answers

Powershell: Get XML through a SOCKSv5 proxy

For a reporting tool I need to download an XML which is only accessible through a SOCKS proxy. My idea was to install the proxy in IE but disable it, then in powershell enable it a few seconds so I download it, but that doesn't seem to work. Anybody…
Ynias Reynders
  • 309
  • 1
  • 14
2
votes
2 answers

Set script tag from API call in header of index.html

I'm trying to implement dynatrace in my react app, and this works fine if I just add the required script tag manually in my index.html header. However I want to make use of dynatraces api which returns the whole script tag element (so I can use for…
Kupi
  • 903
  • 1
  • 10
  • 16
2
votes
0 answers

How to clear or limit groovy "memoize" cache size?

We are using Groovy/Grail, XML and XSLT and mostly using groovy Closures for iteration on parsed XML by XmlParser/XmlSlurper (Node API). Deployment Env - JRE 8, Tomcat 8. But facing high CPU usage by "org.codehaus.groovy.runtime.memoize" package.…
Kishor Mhaske
  • 31
  • 1
  • 5
2
votes
1 answer

Fiddler Dynatrace integration

I added request header in fiddler by using the syntax below: oSession.oRequest["NewHeaderName"] = "New header value"; Ex: oSession.oRequest["Test"] = "DT"; I could see the header in fiddler, but unable to see the same in "Tagged web request" Any…
Newton
  • 23
  • 4
2
votes
0 answers

Endeca Monitor 1.0.2 -- Not capture values for measures except HostReachable

I have configured the DynaTrace Endeca plugin and set all it's configurable values including protocol, port, and host. Then I created a Chart and added series for HostReachable measure which show value 1 all the time. Then I added NumOfRequest…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
2
votes
1 answer

Calculation of memory footprint

I have a Weblogic server which has Memory Utilization (MU), taken from DynaTrace APM, as shown in below table. My understanding of memory utilization is that it is amount of memory used by program. Now it certainly cannot be maximum and minimum…
pjj
  • 2,015
  • 1
  • 17
  • 42
2
votes
1 answer

Dynatrace and iis issue

We have dynatrace installed in our 4 servers but out of 4 server 1 server is behaving weird after installing Dynatrace, the asp.net application is not working , it is not loading any JS file, css file ..but same application is just working fine on…
Rohit Vyas
  • 1,949
  • 3
  • 19
  • 28
1
vote
1 answer

DTXDssClient not allowing to enter command to process dsym file

I want to upload dsym file to dynatrace, i followed https://www.dynatrace.com/support/help/platform-modules/digital-experience/mobile-applications/analyze-and-use/upload-and-manage-symbol-files link and downloaded DTXDssClient but it is not…
jkDev 557
  • 21
  • 5
1
vote
2 answers

Regex Statement for Dynatrace request naming rules

I am trying to form a regex expression that I would like to use in Dynatrace Request naming rules so it can name the requests that's matching this Regex on a more friendly name and I am having a hard time framing one that suits my needs . The tool…
1
vote
2 answers

Kubernetes integration with Dynatrace, dynatrace-webhook throwing an error

dynatrace-operator running fine, but dynatrace-webhook pod logs showing error message. how to find the OneAgentAPM ? and how to delete it ,manually ?Any help please. kubectle logs -f…
1
2
3
12 13