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": "@...
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 ...
I am working on configuring a spring boot application to output structured logs.Application Files# application. yamlspring: application: name: dd-log-issuelogging: structured: format: ...
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 ...
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 ...
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 ...
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",...
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 ...
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 ...
We have a backend app which runs some processes. Each process has its own id and sends two events to DD:process.startedprocess.finishedA couple of processes can be run in parallel (each with its ...
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, ...
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&...
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....
any idea why fluentd trying to mkdir in root .../logtried changing security context but no luckInfo:https://github.com/jfrog/log-analytics-datadog/blob/master/helm/artifactory-ha-values.yaml2025-06-...
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"):...