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

Can I exclude the timing of 1 method of the PurePath

We have a fat-client frontend where we created a custom method on "button clicks". This works and gives us complete traces from click until backend. sofar so good... Issue is that sometimes, the gui logic determines that a dialog needs to be opened…
Sjoerd
  • 1
  • 1
0
votes
0 answers

What is Request:80 in DynaTrace?

I am first time working on DynaTrace, I am checking my application services. I see all my business services along with I am seeding 'Request:80' more than 10 times with same name. But what is this service, how can I know exact service behind that?
Sun
  • 3,444
  • 7
  • 53
  • 83
0
votes
1 answer

JDBC: fetchSize actually used by driver or fetch counts (roundtrips)

Env: Oracle 19c, ojdbc8-19.3.0.0, JDK 17, Spring boot 3 web, k8s Context: we have an spring-web-rest-app doing merely queries against database and producing JSON responses. The queries are done with dynamically set fetchSize on spring's…
dobedo
  • 135
  • 10
0
votes
1 answer

OpenTelemetry for messaging apps

We have few micro services which picks messages from message bus, process it and again put the message on message bus.So there is no http call. We want to trace each message using open telemetry. Message bus is tightly coupled with message models…
BobCoder
  • 743
  • 2
  • 10
  • 27
0
votes
0 answers

Intermittent nodejs container crashloop with "Cannot destructure property 'BaseClass' of undefined" from redis

We have a Node.js monorepo application, where we build a Docker image and deploy a multi container (2 containers). Both containers share various packages from the monorepo but have different entry points located in separate folders/packages. Lately,…
swetha
  • 3
  • 2
0
votes
0 answers

Dynatrace on Distributed Tracing (Purepath) confusing the contexts of the requests and raising error on wrong API

Dynatrace is confusing the contexts of the requests. The error caused by Request A is being reported in Request B. We can see in the Error tab the stack shown in Request B is from Request A. General Timeline API B - Summary API B - Threads API A…
0
votes
2 answers

How to convert current date time into time zone format using PowerShell?

I am trying to convert the current date time into the format "2023-05-25T09:51:55" using time zone Central European Time using PowerShell but getting below error. **Exception calling "ConvertTimeBySystemTimeZoneId" with "2" argument(s): "The time…
Naveen Kumar
  • 1,266
  • 1
  • 21
  • 50
0
votes
1 answer

Unable add vm extension dynatrace one agent using azure bicep though azure devops pipeline

unable to add vm extension dynatrace one agent using azure bicep. Getting below error {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see…
Satish B
  • 1
  • 1
0
votes
0 answers

Dynatrace springboot configuration apitoken and uri gets null

I am adding dynatrace configuration in springboot. In the application.yml file the following things are added When running project, i am getting this exception, The uri and api-token are returning null. Expecting application to run
swapnil gandhi
  • 816
  • 1
  • 20
  • 38
0
votes
1 answer

How to get Dynatrace Managed Cluster Token Automatically after installation?

I am trying to automate my deployment of Dynatrace Managed, and the Cluster API seems useful for most of the setup, but I'm having trouble automating getting a token to access the Cluster API. The Cluster API has an endpoint to create new Tokens,…
Cosmay
  • 41
  • 6
0
votes
0 answers

I'm getting java.lang.IllegalArgumentException: At least one of file or text needs to be provided to readJSON, when trying to capture custom payload

I have have writing the below script, to integrate monitoring tool with jenkins, but get a java.lang.IllegalArgumentException: At least one of file or text needs to be provided to readJSON, when trying to capture custom payload. `stage('Extract…
0
votes
3 answers

Remove Dynatrace Telemetry from Log4J2

We have some java springboot applications running on docker containers in OpenShift. We are running into an issue where Dynatrace open telemetry values are being injected into some parts of our logs. Our Java projects have no mention or reference or…
Tocchetto
  • 166
  • 1
  • 12
0
votes
0 answers

Setting up thresholds for IOPS and throughput

I am looking to setup alerting when IOPS/Throughput limit exceeds beyond the provided limit. This is for hyperscalar postgresql. We have different cloud providers like AWS, Azure, GCP. Each of them provide different DB Plans and each plan have their…
sgrgmngt
  • 907
  • 3
  • 12
  • 15
0
votes
1 answer

How to update cluster's IP addresses in Dynatrace Managed?

I've been looking to see if there's a way to backup my dynatrace managed install by taking snapshots of the EC2's volumes. However, it seems that when I try to bring up the cluster from the snapshots, it goes haywire since all the private IP…
Cosmay
  • 41
  • 6
0
votes
0 answers

Private Key needed to set up Amazon IAM Identity Center (AWS SSO) on Dynatrace Managed?

I've been trying to setup AWS SSO for the on premise version of dynatrace, dynatrace managed, using the following tutorials: Source 1: https://www.dynatrace.com/support/help/manage/access-control/user-management-and-sso Source 2:…
Cosmay
  • 41
  • 6