1,123 questions
Advice
0
votes
1
replies
84
views
Is there a sandbox, emulator or synthetic feed for testing a Datadog integration without real data?
I'm building an integration that queries Datadog metrics via its API. I want to write proper tests for my integration layer, but my Datadog account currently has no ingested data and I'd rather not ...
7
votes
1
answer
264
views
Spring cannot find @PathVariable name for @RequestMapping despite '-parameters' compiler option
I have been observing a weird issue in my application. Recently we started observing a lot of exceptions of this type in our logs:
IllegalArgumentException: Name for argument of type [java.lang.Long] ...
Best practices
2
votes
1
replies
68
views
UI usage analytics dashboard
I’m creating UI dashboard which I want to measure things like
How many requests are made from the web application from a particular screen along with the organisation location of the user.
There are ...
0
votes
0
answers
124
views
Datadog APM traces not appearing for AWS Lambda with Node.js despite metrics working
Problem
I'm trying to set up Datadog APM tracing for my AWS Lambda functions (Node.js/TypeScript), but traces are not appearing in the Datadog APM UI. Custom metrics are being collected successfully, ...
Advice
0
votes
0
replies
61
views
How is Datadog able to collect trace data without any modification of application code?
when running a flask app just have to prepend ddtrace-run to python app.py
Just by doing this datadog can collect informtion like api paths, latency, response status, etc. I searched online about it ...
0
votes
0
answers
39
views
How to set alerts on time correlation between logs on datadog?
For example, we have multiple logs that share the same structure:
Order Created { ..."trace": { "order_id":123456, ... }}
Order Paid { ..."trace": { "order_id":...
0
votes
0
answers
109
views
Hide query value number in Query Value Widget in Datadog Dashboard
I am looking to make a specific widget in a Datadog dashboard that simply displays a green or red box depending on the value of a query.
In this screenshot, I am looking to remove the 0 and keep the ...
0
votes
0
answers
46
views
Trouble using Datadog Grok Parser to parse nested JSON
I am attempting to parse the output of an Azure AVD log in datadog.
The entrypoint is: @properties.SessionHostHealthCheckResult
which contains:
[{"HealthCheckName":0,"HealthCheckResult&...
0
votes
0
answers
29
views
How to display pie chart of only the last build test results using CI Tests data?
Body:
I am trying to visualize CI test results that I uploaded in JUnit XML format.I have two data sources available ci_tests and ci_pipelines, both containing a status variable.
My requirement is to ...
3
votes
0
answers
311
views
How to convert epoch to datetime in Datadog dashboard?
I have a Datadog dashboard displaying the metrics we get for our AWS Glue Zero-ETL integrations. One of those is lastSyncTimestamp, the epoch timestamp until which source has been synced to target.
I ...
2
votes
0
answers
105
views
How to set colors on DataDog Bar Chart
I have 3 metrics, which I want to split by version.
Let's imagine the data looks something like this
Metric
1.01
1.03
2.01
3.01
Aness
1.1
1.2
1.3
1.4
Bcity
4.2
6.7
9.9
4.3
Dtion
8.3
6.7
5.4
6.5
My ...
1
vote
0
answers
133
views
Integrating Effect TS, opentelemetry and DataDog
I have an app written with Effect TS.
For integrating Effect TS's Spans and Tracing with OpenTelemetry, there is an example in the docs
where ConsoleSpanExporter is used.
DataDog had that way of doing ...
2
votes
1
answer
968
views
Find null, empty, or non-existent field in Datadog
I am trying to create a query in Datadog to check if a field exists, but it doesn't seem to work. I am using something like this: [email protected], but all logs still appear in the results. I also ...
2
votes
1
answer
181
views
DD trace logs not structured in spring boot on startup
I am working on configuring a spring boot application to output structured logs.
Application Files
# application. yaml
spring:
application:
name: dd-log-issue
logging:
structured:
format:
...
0
votes
1
answer
79
views
Fargate Cloudwatch CPU Utilisation differs from docker stats
Looking at the CPUUtilized Cloudwatch metric for my Fargate service, it's showing max cpu units used as 1040 over the past 4 weeks, using a sampling period of 1 minute. I have 4 vCPUs provisioned to ...