Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
0 answers
18 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":...
Mostafa El-Marzouki's user avatar
0 votes
0 answers
20 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 ...
user31858589's user avatar
0 votes
0 answers
21 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&...
Som3guy's user avatar
  • 57
0 votes
0 answers
15 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 ...
goodman's user avatar
  • 555
3 votes
0 answers
78 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 ...
dan's user avatar
  • 31
2 votes
0 answers
41 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 ...
SlightlyKosumi's user avatar
0 votes
0 answers
39 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 ...
Andrei Koch's user avatar
  • 1,198
2 votes
1 answer
152 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 ...
Gabriel Mota's user avatar
1 vote
0 answers
44 views

Can Datadog dashboard template variables be transformed (e.g. lowercase, split, trim)?

I’m working with Datadog dashboards. I have one template variable, say right now its value is "BinanceInternationalDirect" In dashboard query, I have something like "query": "@...
Prashant Verma's user avatar
0 votes
0 answers
143 views

Datadog dashboards – conditional widgets & transforming template variable values

I’m building a dashboard in Datadog that needs to be generic across multiple integrations. Here’s the setup: I have a facet @xyz on a log field. I created a template variable in the dashboard based on ...
Prashant Verma's user avatar
2 votes
1 answer
117 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: ...
Kyle's user avatar
  • 11
0 votes
1 answer
51 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 ...
Seanf123's user avatar
0 votes
0 answers
63 views

Custom DogStatsD metrics not making it to the dashboard with agent

I have an ECS Fargate task definition that contains a high throughput Rust poem server container which sends custom statsd metrics (using the cadence crate) over a shared Unix socket to a second ...
m_callens's user avatar
  • 6,402
0 votes
0 answers
38 views

Datadog not reporting on ingested json file

I've set up DataDog to read the log files from a new application. According to the agent, it's watching the specified folder and it correctly identifies log files that are posted there and it reports ...
Bob Tway's user avatar
  • 9,683
0 votes
0 answers
99 views

Failed to send metrics to datadog: Payload too big

I'm using Micrometer 1.12.13 in a Spring Boot 3 project, with spring boot auto configured DatadogMeterRegistry to export metrics. My code looks like this: MeterRegistry.counter("metric-name",...
Tarik's user avatar
  • 1
0 votes
0 answers
46 views

How to create a Datadog widget showing the last GitHub Actions job status (PASS/FAIL)?

I would like to create a visual widget in Datadog with two states — FAILED (red) / PASS (green) — to display the status of a job within a GitHub Action. The widget should always show the last known ...
PloniStacker's user avatar
0 votes
0 answers
56 views

Alerting in Datadog with two different logs

Is it possible to send alerts in datadog with two different logs : For example one log that contains "card declined" and follow up log message which says "card expired" I want to ...
Tamil selvan's user avatar
0 votes
0 answers
41 views

Data dog alert that event has not happened

We have a backend app which runs some processes. Each process has its own id and sends two events to DD: process.started process.finished A couple of processes can be run in parallel (each with its ...
Alex's user avatar
  • 2,170
0 votes
0 answers
81 views

Quarkus app Opentelemetry Java Agent - exclude urls

Our app is on Quarkus 3.20.0 version and we are using Otel Java agent version 2.17.0 - which sends the data to an otel collector, and otel collector sends it to datadog. We are able to see all logs, ...
Ram's user avatar
  • 1
0 votes
0 answers
47 views

APM Trace tags show up only with "@" prefix

So, I am trying to add region tags to APM traces in Datadog. My service runs as ECS task, and the idea is to be able to filter these APM traces in Datadog by region. so I added { name = "DD_TAGS&...
Maxim Ersov's user avatar
0 votes
0 answers
65 views

Why are we seeing incorrect timings in Datadog APM tracing for simple actions like a Redis GET?

We have Python Django application deployed to AWS EKS on EC2 instances. We use Gunicorn as our web server, although we recently ran Apache + wsgi and saw the same issues. The EC2 instances are m6a....
Stephen Melrose's user avatar
0 votes
0 answers
27 views

Fluentd eks sidecar container

any idea why fluentd trying to mkdir in root .../log tried changing security context but no luck Info:https://github.com/jfrog/log-analytics-datadog/blob/master/helm/artifactory-ha-values.yaml 2025-06-...
Impermanence's user avatar
1 vote
1 answer
121 views

How to apply a new pipeline to already ingested logs [closed]

I have created a Datadog pipeline with a single grok parser. The purpose of the pipeline is to parse logs which are not logged in JSON format. Rule1 %{date("yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZ"):...
user1515126's user avatar
0 votes
0 answers
48 views

Accessing disabled fields in Datadog synthetic testing

Problem: I'm currently creating my first synthetic tests in datadog. I'm encountering some difficulty testing whether a form field is disabled or not. I can't select disabled elements for assertions. ...
Brian Durel's user avatar
0 votes
0 answers
50 views

Intrumentation apm traces datadog with golang

I'm trying to implement apm traces instrumentation in datadog using golang and opentelemetry in fiber, but my code is not creating the child spans, it only creates the first one with the middleware. ...
Wellington Chida's user avatar
0 votes
0 answers
18 views

Can a DataDog graph show how long it's been since a particular kind of event? [duplicate]

I've written a job that periodically checks if a service is up, and posts an event with either an OK or error status. I'd like to show a graph of how long it's been since the most recent OK event. Can ...
Jason Orendorff's user avatar
0 votes
0 answers
73 views

Failing to create DataDog Lambda layer for Next.js website deployed through SST v2 framework

I am deploying a Next.js website to AWS via the SST v2 framework. I want to monitor it via DataDog. Below are the contents of my sst.config.ts file. I am not getting any errors during the deployment ...
firdavs_abc's user avatar
0 votes
0 answers
126 views

Difference between `as_rate()` using `AVG/SUM` rollup and `per_second()`

When graphing a Datadog Metric of Type Rate with 10 Interval what's the difference between: sum:<metric-name>.as_rate().rollup(avg) sum:<metric-name>.as_rate().rollup(sum) per_second(sum:&...
Sherif Abdel-Naby's user avatar
0 votes
0 answers
173 views

Configure Prometheus checks in Datadog Agent

I have a kubernetes cluster with around 50 Deployments. I have a Datadog Agent running in the cluster that publishes metrics to Datadog. I want it to collect Prometheus & OpenMetrics]1 metrics ...
YoavKlein's user avatar
  • 2,875
1 vote
0 answers
25 views

Extract js object with nested js object with grok processor

I have this sample log below that I want to extract the JS object in here to stripeError. I'm not able to succesfully and cleanly extract it all. StripeInvalidRequestError: Your destination account ...
Noitidart's user avatar
  • 37.6k
1 vote
0 answers
113 views

Datadog dashboard visualization from numeric value in logs

My program produces many logs into Datadog. One type of log being produced looks like: service msg responseLatencyMs my-service resolved request 854 my-service resolved request 514 my-service resolved ...
Gershom Maes's user avatar
  • 8,227
0 votes
0 answers
335 views

How to create a Datadog log query to match a string unless it is a substring of a specific word?

I recently joined a company that uses Datadog for observability, and I'm having trouble building a specific log query for a dashboard in the web GUI. I need to create a filter that does a full-text ...
scallait's user avatar
0 votes
1 answer
152 views

Combine date and time from two columns in Datadog

I have a CSV file imported into Datadog that contains date (DD.MM.YYYY) and timestamp (hh.mm.ss.mmm) in 2 adjacent columns as follows: 01.03.2025 12.00.35.524 01.03.2025 12.00.49.334 01.03.2025 15.58....
Andreas F's user avatar
  • 191
-1 votes
2 answers
249 views

Datadog post custom metrics from Browser

I am struggling to send data to custom metrics from Browser API. Docs are clear on how to do it from Node.js, but in Browser context it looks like there is no other option but to send it via HTTP ...
DanilMakarov's user avatar
0 votes
1 answer
56 views

Calling a Django Management Command from a Celery Task and Redirecting Logs

I'm trying to call a Management Command with call_command within a Celery task. The management command writes logs in different ways: through print statements, self.stdout.write, or using the logger ...
André Angeluci's user avatar
1 vote
0 answers
221 views

How to have a calculated field in DataDog choose based on another field

In DataDog: Let's say my data is a set of price lists of fruits with the name and price: { "fruits" : [ { name : "apple", "price" : "1.00" }, { name : ...
Ching Liu's user avatar
  • 1,676
1 vote
0 answers
93 views

Datadog RUM and backend tracing correlation confusion

I'm trying to implement the browser RUM and backend tracing correlation by following this doc: https://docs.datadoghq.com/real_user_monitoring/correlate_with_other_telemetry/apm/?tab=browserrum#setup-...
user3908406's user avatar
  • 1,886
0 votes
0 answers
50 views

DataDog Trace Analytics Not triggering alerts with URLParam and type GET while same working for POST

I have a use case requiring a URL query string to trigger an alert. As part of the API requests, the parameter longrun=1 is being sent. Created trace analytics monitor with GET type as below @http....
Mahesh B's user avatar
0 votes
1 answer
206 views

Datadog Logs is not showing for Android

I'm using Datadog SDK v2.19.1 for my Android app and integrating it with Timber. I followed the guide here, but the logs aren't showing up. Interestingly, RUM correctly displays user sessions without ...
Stevie's user avatar
  • 648
0 votes
0 answers
43 views

Does Datadog have a built-in way to flatten nested hashes before assigning them to Datadog?

I’m working with Datadog and need to send structured log data that includes deeply nested hashes. However, Datadog’s logging system doesn’t handle nested objects well when visualizing attributes, so I ...
Thomas's user avatar
  • 65
1 vote
0 answers
276 views

How to Query DataDog Logs and Get Count

I am looking for a way to create a logs query in DataDog for particular search term and count the number of rows found. Has any one done this and have an example query?
Rob Breidecker's user avatar
0 votes
0 answers
137 views

Datadog agent with ECS Fargate does not run with cws-instrumentation-volume

I'm following the Datadog setup for ECS with Fargate and using the task definition provided (https://docs.datadoghq.com/resources/json/datadog-agent-cws-ecs-fargate.json), but while I'm able to see ...
Edward Sun's user avatar
  • 1,619
0 votes
0 answers
69 views

Datadog - complex metric and print metric variables in notification

I have a datadog alert with a simple metric query which simply sums the successful calls and the calls which failed (errors) - they are variables named a and b. and the metric function is (a / (a + b))...
Mor Tzhory's user avatar
0 votes
0 answers
62 views

How to Reduce Datadog Auto-Instrumentation Granularity in AWS Lambda?

I have an AWS Lambda function packaged as a ZIP and using the Datadog v65 extension as a layer. I haven't imported ddtrace in any part of my code. I have set the following environment variable: ...
csjr's user avatar
  • 146
0 votes
1 answer
363 views

Change width of the column field in Datadog

How can I change width field so that content takes more space. If I update it to full, it takes the next line. I want it to be in on the same line. { "title": "Logs", "...
Tanu's user avatar
  • 1,712
1 vote
0 answers
193 views

Getting only the last variable value ordered by timestamp

I need to create a dashboard that displays the latest status of a product. For example, if a product is logged 10 times a day, I only need to see its most recent status. Here's a simple example of ...
Xus's user avatar
  • 428
1 vote
0 answers
158 views

(Datadog) Is there a way to view exact sql query rather than placeholder?

Situation the flamegraph is working great. But right now, I can only see ? instead of exact value. Question I want to know what exact query happened so that I can reproduce it. (I don't have enough ...
Jerry's user avatar
  • 523
3 votes
0 answers
154 views

Azure Message-Triggered Logic App Workflow Open Telemetry Distributed Tracing with Data Dog

I have an issue with Open Telemetry distributed tracing and Service Bus Message-triggered Logic App Workflows. We have OTEL and distributed tracing in Azure involving Web APIs, Azure Functions and ...
Klassanov's user avatar
0 votes
0 answers
40 views

Extracting exception kind and message using grok parsing from json log

On Datadog log pipelines, I want to extract an exception kind and message from a standard stack trace. Example log entry: { "Timestamp":"2025-02-13T12:51:30.2967129+00:00", ...
Mugen's user avatar
  • 9,275
0 votes
1 answer
149 views

Unable to see Datadog logs with Serilog.Sinks.Datadog.Logs Version 0.5.4 on Azure Function App

I am learning Azure Function Apps. My function app is a timer trigger that writes logs to datadog. The issue I am facing is related to the version incompatibility. The below works (I can see logs on ...
K G's user avatar
  • 69

1
2 3 4 5
23