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
0 answers

API response time discrepancies [Firebase App Client]

I am consistently observing a few of the APIs response time metrics. The serverside monitoring gives ~600ms versus the App (iOS) firebase captures response time ~2 seconds for more than 50% of the requests. I am trying to understand where are the…
gpa
  • 2,411
  • 6
  • 38
  • 68
1
vote
1 answer

micrometer dynatrace registry vs. OneAgent process monitoring

I am pretty new to the world of monitoring. We have some spring boot apps deployed in production, and we're already using Dynatrace as our monitoring tool. After reading the documentation of dynatrace I learned that out-of-the-box OneAgent can…
1
vote
0 answers

Dynatrace API - pull pure path information

We are using Dynatrace in our organization for a long time. It is really a great tool for pointing out pain areas in case of performance and knowing what's happening in the system. However we found that reporting is not great. In our setup, data…
Vikrant Korde
  • 315
  • 2
  • 11
1
vote
0 answers

Monitor Twilio error logs using Dynatrace

I have tried to find a solution for it but with no luck. Maybe someone can please help me to understand if and how I can monitor Twilio errors log using Dynatrace? I mean, pushing Twilio error logs to Dynatrace platform and monitor it from there. I…
user9206607
1
vote
1 answer

How to monitor a .NET (Core) app in the cloud?

We have a webapp consisting of different front- and back-end components. Most of these components are built with .NET Framework (ASP.NET), some are built with ASP.NET Core. Our product is currently installed on-premise at customers, but we're now…
Joost
  • 395
  • 4
  • 13
1
vote
2 answers

NodeJS v14 memory issues: Resident Set grows a lot

After I upgraded a NodeJS server application from v6 to v14, I am facing with a strange memory behavior. I noticed this issue (if it is) when I analyzed the memory usage using Dynatrace: the process gives no problems, nor restarts nor failure have…
shogitai
  • 1,823
  • 1
  • 23
  • 50
1
vote
1 answer

sun.nio.fs.UnixException No such file or directory

I have SOAP web service deployed on Wildfly 15 linux server and I am using Dynatrace for monitoring this web service.Log4j2 for logging. I am logging every detail in code and I have duration of every private and public methods' execution. At first…
Gog1nA
  • 376
  • 1
  • 8
  • 30
1
vote
0 answers

Segmentation fault while invoking C method via FFI on docker container

I'm trying to use this snippet https://github.com/Dynatrace/OneAgent-SDK-Ruby-Sample-Binding/blob/master/oneagentsdk_demo.rb as a part of monitoring of ruby application. The issue is that on example app I have on my computer I have no problems with…
skrystos
  • 107
  • 8
1
vote
1 answer

how to read string from xml response body in javascript

i am trying to read the token value from xml response body in javascript variable so far i tried if (response.getStatusCode() != 200) { api.fail("HTTP error: " + response.getStatusCode()); } var xmlDoc = xml.responseXML; var x =…
Nikhil Patil
  • 11
  • 1
  • 3
1
vote
1 answer

Exception handling for Ajax requests in JSF using Omnifaces : always showing Status Code 200 instead of 500

we are currently adding a monitoring solution (Dynatrace) to our JSF web application. The monitoring solution checks for status codes that indicate an error to flag a problem in a user session. We are trying to use Omnifaces FullAjaxExceptionHander…
Ben
  • 1,922
  • 3
  • 23
  • 37
1
vote
2 answers

Dynatrace: what is the meaning of srv in dtCookie Cookie set by UEM

I have a website where UEM is activated. It adds this cookie: Set-Cookie: dtCookie==3=srv=6=sn=XXXXXXXXXXXXXXXXXXXXXX=perc=100000=ol=0=mul=1; Path=/; Domain=.foo.com I would like to know the meaning of srv. Is it a number for server or something…
Yution Lio
  • 224
  • 2
  • 14
1
vote
0 answers

How to detect CRM current user name from inspecting page DOM / HTML?

I am trying to configure Dynatrace user sessions detection to detect real user name of logged in users into our MS Dynamics CRM v. 8 on-prem installed application, this process is called User Tagging in DT, I need to know in which part of the page…
Davide Piras
  • 43,984
  • 10
  • 98
  • 147
1
vote
2 answers

Regex to remove the specific word from URL

In Dynatrace, there are the URLs which are containing the a word which is dynamic. Want to remove that dynamic word from the URL using regex Below are the different…
Nitin D
  • 49
  • 1
  • 5
1
vote
0 answers

How to fix Dynatrace "finished with non-zero exit value 5" happening only on debug build variant

Here's the error on my build output: Process 'command '/Users/raymond/Workspace/MyApp/build/tmp/prepareApkit/dynatrace-mobile-agent-android-7.2.4.1262/Android/auto-instrumentor/instrument.sh'' finished with non-zero exit value 5 And this is…
Raymond Arteaga
  • 4,355
  • 19
  • 35
1
vote
0 answers

Can not detect where the NoMoreReturnsException is coming from

I am using Hibernate with Oracle database. Regular calls to stored procedures using EntityManager's createStoredProcedureQuery and calling with procedure.execute(). Everything seems to work fine while I'm debugging and the results are also committed…
levangode
  • 406
  • 2
  • 12
1 2
3
12 13