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

Tuning JVM for High Allocation Rate

I'm trying to tune my application mainly to reduce the "spread" of response times. The average is fine, but the range is too wide. Dynatrace showed that the higher response times are associated with a larger amount of time spent in suspension. This…
Bobby
  • 1,666
  • 3
  • 16
  • 27
6
votes
2 answers

How to choose an Opentelemetry backend vendor?

With Opentelemetry becoming the new standard of tracing, and it being vendor-agnostic, how do we then choose a backend vendor for opentelemetry? For example, there are currently many vendors that supports Opentelemetry like GCP Cloudtrace, Datadog,…
6
votes
1 answer

Advantage of opentracing/jaeger over APM tracing capabilities

I was looking at APM tools. Essentially Dynatrace and I could see that it also provides tracing capabilities that seem to be language agnostic and also without code modifications. Where would jaeger/open tracing be a better option than a tool like…
Vipin Menon
  • 2,892
  • 4
  • 20
  • 35
5
votes
1 answer

Override Task in build.gradle

How to override a task in build.gradle ? I trying to compile the build.gradle with the dependency Dynatrace, a conflict between task names is occurring. Error: Cannot add task ':app:autoInstrumentDebug' as a task with that name already exists. I…
Gabriel Marcos
  • 100
  • 1
  • 1
  • 8
4
votes
1 answer

How to chart custom DynaTrace measures and business transactions

I've been experimenting with custom measures and business transactions in DynaTrace 6.1 to retrieve information from a session. I am unable to added these new measures as a chart series. The custom measure is a Web Request - Session Attribute Value…
rcurrie
  • 329
  • 1
  • 3
  • 17
3
votes
0 answers

Too much time on a request making calls to https://dc.services.visualstudio.com/v2/track

I have an Application stored on azure. When i analyze the time spent on a simple request, i found more than 30 secons on a total of 32 in calls to https://dc.services.visualstudio.com/v2/track. I know these are telemetry calls, but why so much time…
3
votes
1 answer

Receiving 404 error when trying to integrate dynatrace agent into s4sdk-based application

I am trying to integrate dynatrace with my s4sdk-based application following the steps mentioned…
Tim L.
  • 224
  • 2
  • 11
3
votes
3 answers

How does Dynatrace OneAgent inject into Java

Classical Dynatrace monitoring worked by using an agent for monitoring java processes. You had to add the agent to the monitored VM and it worked. Dynatrace OneAgent does this without agents. But how does it work. There was no agent added to the…
Aubelix
  • 33
  • 1
  • 3
3
votes
1 answer

In detail, What is Dynatrace (Application Performance Management) tool

Just heard and verifying about APM Dynatrace tool, i would like to know much more and many details on this. So that i can go ahead and advise my management towards to own this tool. can any one please let me know? Thanks.
Vijay
  • 1,026
  • 3
  • 11
  • 28
2
votes
1 answer

How to log the time of http requests in Spartacus SSR, even after the SSR timeout

How to log the time of http requests made in the Spartacus Angular SSR app, even after the SSR timeout (which sent the CSR fallback to a client)? Context: In the the monitoring tool like dynatrace you can see a waterfall chart showing the duration…
Krzysztof Platis
  • 1,183
  • 5
  • 14
2
votes
0 answers

how to use dynatrace API to get distributed trace info using traceID

how to use dynatrace API to get distributed trace info using traceID ( need it to create custom dashboard) . Any links or examples would help
san kumar
  • 39
  • 1
2
votes
1 answer

Use JMeter Webdriver (Plugin Selenium) to make HTTP Header Manager and see results in Dynatrace

I'd like to know how can I put the HTTP header manager in JMeter if I use Selenium Webdriver Sampler. I know that there is the standard tool(HTTP Header Manager) in JMeter but that tool is useful when I use HTTP Request in my test. In this case for…
2
votes
1 answer

Monitoring Snowflake with Dynatrace

We have a managed deployment of dynatrace and I would like ot know if anyone has configured monitoring for Snowflake with the performance tool? Please advise and thank you !
runatyr
  • 57
  • 9
2
votes
1 answer

how to monitor Keycloak on dynatrace

I'm trying to monitor Keycloak on dynatrace, but I see only process metrics. is there a way to see metrics about sessions, Connected Users... an existing plugin for keycloak on dynatrace?
2
votes
1 answer

No customer header sent when using UbikLoadPack Monitoring plugin for JMeter with Dynatrace

I just started to test the UbikLoadPack Monitoring plugin for JMeter with Dynatrace (OneAgent). While the metrics creation seems to be working just fine, I can’t get the plugin to add any header. My understanding is that UbikLoadPack APM Monitoring…
Joe Moor
  • 45
  • 4
1
2 3
12 13