Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [datadog]

Datadog is a monitoring service for IT and DevOps.

datadog
0 votes
0 answers
7 views

Does Datadog RUM track events before the onReady callback fires?

Looking at the docs, it's a bit unclear whether I need to wait for the onReady callback to fire to track events. My question is, do I have to write my code this way? datadogRum.init(...) dataDogRum....
Slava Knyazev's user avatar
0 votes
0 answers
5 views

How to send different ddtags for different files read by filelog receiver?

I am trying to set up the OpenTelemetry collector to send logs to Datadog using the Datadog exporter. Here is what the relevant portion of my configuration file looks like: receivers: otlp: ...
James Ko's user avatar
  • 33.9k
0 votes
0 answers
6 views

Datadog - Logs with JSON "{}" are not appearing in Datadog

I am facing a weird issue in Datadog logs whereby if a log string contains JSON bracers, ie. {}, the log will somehow not appear in Datadog, otherwise it will appear just fine. Example: Supposed there ...
Guster's user avatar
  • 1,791
1 vote
1 answer
35 views

Datadog Regex is not replacing the right data

I am using Datadog Sensitive Data Scanner to redact some sensitive data from my logs. Datadog Sensitive Data Scanner supports Perl Compatible Regular Expressions (PCRE). Example of a line of log: ...
ErEcTuS's user avatar
  • 837
0 votes
0 answers
22 views

Empty Request Body in Microsoft Power Automate from Datadog Notifications

I have created synthetic tests in Datadog and set up notifications to trigger workflows in Microsoft Power Automate. However, I am encountering an issue where the request body in Power Automate is ...
Muhammad Hamza's user avatar
0 votes
0 answers
22 views

Airflow metrics not showing in datadog

I don't see any logs coming to the datadog for airflow, I enabled the logs and even added the DD_DOGSTATSD_MAPPER_PROFILES in the helm values for agent. I am looking to send the job logs aswell, which ...
Ramki's user avatar
  • 29
0 votes
0 answers
38 views

Using structlog with Datadog

We're using the logging module from the stdlib to send logs from our Django app to Datadog and we have customised our logging based on django-datadog-logger We're exploring a move to structlog, and I ...
Bruno A.'s user avatar
  • 1,805
0 votes
0 answers
26 views

Filter Results by Value in Datadog

I'm trying to get a list of EC2 instances with average CPU utilization less than 70%. So far, I've managed to achieve this with the query avg:aws.ec2.cpuutilization{aws_account:12345678900} by {host} ...
Bojan Krkić's user avatar
0 votes
2 answers
51 views

DataDog delay notification until business hours

I have a Cron job that runs once per day at 3am, and have set up a DataDog monitor to alert if the endpoint it calls fails. It's a high enough priority alert that the on-call person should get paged (...
MTS's user avatar
  • 1,895
0 votes
1 answer
27 views

How to override Datadog sampling rules for all errors in Java using DD_TRACE environment variables?

I have a Java Spring application that is integrated in datadog APM. I want to reduce the sampling rate for traces to 10%. However, if a trace is from an error, I want it to be included all the time. ...
user5736915's user avatar
0 votes
0 answers
14 views

Datadog "Query value" - how to set post-aggregation correctly?

I have a Micrometer timer, sending measurements of some duration. This is being sent to Datadog. In Datadog, I have a dashboard with a box, whose definition is: This is how I understand it: The ...
Ondra Žižka's user avatar
0 votes
1 answer
45 views

Limit API logs to Fewer Environments

I am in the process of sending my API logs from MuleSoft CloudHub to Datadog. I am able to send the logs by making the necessary changes to the application's log4j2.xml. We have several MuleSoft ...
Triumph Spitfire's user avatar
0 votes
1 answer
54 views

How to convert error post mortem output to structured log

We use structured logging in our Rust codebase (e.g. via tracing-subscriber). All is well here. But if the process crashes/panics, then we see this post mortem as multiple events in our log sink (e.g. ...
Wolfgang Kuehn's user avatar
0 votes
0 answers
29 views

How to automatically obtain .net metrics in datadog using dogstatsD

We are using app.metrics to generate internal performance metrics for our applications' operations. These use the .Report.ToStatsDUdp to transmit to datadog's dogstatsD. This works correctly. We have ...
amkingTRP's user avatar
  • 288
0 votes
1 answer
40 views

Datadog how to group by content

I am trying to do a very simple thing. I wanna groupt the logs via their messages. However I don't know what to put here in the by field. Is this possible? To group by the logs by their contents, ...
iRestMyCaseYourHonor's user avatar

15 30 50 per page
1
2 3 4 5
77