201 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Score of 0
1 answer
199 views
How to define Set Variable method for Dynatrace One Agent C++
I want to integrate one agent written in C++ to trace something through Dynatrace.
I looked through the repo: https://github.com/Dynatrace/OneAgent-SDK-for-C, but I couldn't find a good example ...
- reputation score 3016
Score of 0
0 answers
50 views
How to send automated email alerts in Dynatrace for scheduled file job failures?
I am working on implementing automated email alerts using Dynatrace for a scheduled batch job failure scenario in a production environment.
Scenario:
A BMC Control-M job triggers a .NET batch job
The ....
- reputation score 207
Score of 0
0 answers
102 views
Dynatrace React Native plugin fails with "Cannot call a class as a function" after upgrading to React Native 0.81
I recently upgraded my project from React Native 0.72.2 to React Native 0.81.0.
With RN 0.72.2 the Dynatrace React Native plugin worked fine, but after upgrading, the app crashes immediately on ...
- reputation score 327
Score of 0
0 answers
109 views
ReactorNettyClient.PostgresClosedConnectionException at end of API call – connections closing repeatedly (R2DBC with Spring WebFlux)
We're using Spring WebFlux with R2DBC Postgres, and we're consistently seeing the following error during or after API calls in the dynatrace distributed trace:
io.r2dbc.postgresql.client....
- reputation score 65
Score of 2
0 answers
131 views
Camel Quarkus Micrometer metrics cannot be viewed in Dynatrace
I have a Camel Quarkus application, and I can successfully view the Camel metrics at http://localhost:8080/metrics.
I’m using the Prometheus extension to expose the /metrics endpoint, and Micrometer ...
- reputation score 2947
Score of 0
0 answers
68 views
Dynatrace (Android) with more flavors and it's not working well
I have 4 flavors (aaa, bbb, ccc, ddd) and 2 build type (debug, release), but i want to use only 2 things (bbb release + ccc release). How?
I've tried this (in my project level gradle file):
dynatrace {...
Score of 0
2 answers
549 views
Extraction with Dynatrace Query Language
I have a log result which has the content coming in like
LogRecord.TraceId: 123456
LogRecord.SpanId: 78956
LogRecord.Severity: Info
It has a bunch of other attributes, but I don't need them. Is there ...
Score of 0
1 answer
160 views
How to Integrate Detailed Logging and Tracing for GraphQL in .NET/C# with Dynatrace?
I am using a .NET/C# implementation for GraphQL and I want to capture all logging and tracing information on Dynatrace. When a query or mutation fails, I understand that the response still returns a ...
Score of 0
1 answer
384 views
Unable to make connection between Dynatrace and ECS
I've followed this documentation to establish connection between ECS Fargate and Dynatrace SaaS. Link
Here is my task definition:
{
"taskDefinitionArn": "arnecs:us-east-1:...
- reputation score 1
Score of 0
1 answer
376 views
OpenTelemetry Dynatrace: SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled
I have the following simple code:
package com.example;
import io.opentelemetry.api.OpenTelemetry;
import io.opentelemetry.api.trace.Span;
import io.opentelemetry.api.trace.Tracer;
import io....
- reputation score 3
Score of 0
1 answer
110 views
How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with Extensions Framework 2.0?
I am trying to migrate my current JMX JSON extension for entity PROCESS_GROUP_INSTANCE.
The ui.charts.group defined in the json was displayed on '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page (...
- reputation score 53
Score of 0
0 answers
57 views
Dynatrace catches Newtonsoft JsonSerializationError
Our organization is using DynaTrace. DynaTrace is reporting a lot of Newtonsoft JsonSerialization errors.
Error converting (null) to System.Int32.
I have figured out what is causing this error so ...
- reputation score 2715
Score of 0
1 answer
175 views
Is there any unique DeviceID for each application in Dynatrace?
I'm trying to integrate Micrometer with Dynatrace in my Spring Boot application. I've tried to deploy the application to add micrometer OkHttp connection pool metrics and export it to Dynatrace using ...
- reputation score 3
Score of 0
1 answer
940 views
Query request count for a each endpoint in rest controller
I have Dynatrace agent attached to my Spring-Boot app with multiple rest controllers. Each rest controller has multiple API endpoints.
I have the following query to get total request counts for rest ...
Score of 1
1 answer
311 views
How to use Dynatrace with Expo SDK 50/51?
I had Dynatrace properly integrated with Expo SDK 49. I did the upgrade to SDK 50 and then SDK 51 now and get the following error on my development client build (The preview and production channels ...
- reputation score 305