Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

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
24 views

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
3 votes
0 answers
87 views

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
0 votes
0 answers
41 views

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
121 views

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

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
103 views

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
57 views

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
84 views

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
65 views

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
1 vote
1 answer
125 views

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
51 views

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
73 views

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
174 views

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,885
1 vote
0 answers
116 views

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
1 answer
153 views

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
0 votes
1 answer
56 views

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
100 views

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
1 answer
210 views

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
  • 658
1 vote
0 answers
282 views

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
69 views

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
1 answer
369 views

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
163 views

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
0 votes
0 answers
40 views

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

I have the counter() metric published with tag values. For example metric as counter - education.app.count with tag/value - [name=edu_class_one , students=23, category=primary, teachers=4] Need to ...
skpraveen's user avatar
  • 303

1
2 3 4 5
23