Questions tagged [datadog]

Datadog is a monitoring service for IT and DevOps.

1053 questions
-1
votes
1 answer

How create a multi alert monitor in Datadog via Terraform?

I have two "twin applications" that requires monitoring. There is a way to create a multi alert monitor to them via Terraform? It can be done via interface but I need to migrate them to Terraform. Being more specific, I have this query, in my…
-1
votes
1 answer

Unable to understand percentage change monitor

I am using Datadog to create alerts for a metric whose percentage change needs to be monitored for the past 2 days. The issue is I can't understand the evaluation window and comparison window mentioned in the monitor. Is this correct for comparing…
Ayush Ujjwal
  • 149
  • 9
-1
votes
1 answer

How to deploy Datadog into Databricks

How to deploy Datadog into Databricks and also i need logs display in Datadog dashboard.
-1
votes
1 answer

Limiting metrics at Datadog end

We have an integration setup to send airflow metrics to Datadog. I want to supress those metrics at the destination (Datadog) end inorder to save money. The metrics that I want to filters all have a common word "datagen". Please suggest how can I…
Fahad
  • 5
  • 3
-1
votes
1 answer

@datadog/browser-rum compilation issue on 'allowedTracingOrigins' property

I am struggling with a typings issue on the library @datadog/browser-rum: Error: node_modules/@datadog/browser-rum-core/src/domain/configuration.ts:100:3 error TS2322: Type '{ applicationId: string; version: string; actionNameAttribute: string;…
Lievno
  • 1,013
  • 9
  • 14
-1
votes
1 answer

Datadog SSH integration error: Server 'localhost' not found in known_hosts

With reference to Datadog document for SSH integration I am trying to use it, but getting the following error : Datadog’s ssh_check integration is reporting: Instance #ssh_check:fbecff0ac9464f00[ERROR]: [{"message": "Server 'localhost' not found in…
Ashish Karpe
  • 5,087
  • 7
  • 41
  • 66
-1
votes
2 answers

Integrating Datadog RUM data into Snowflake

My team is trying to integrate datadog's RUM data into Snowflake for our data scientists to consume. Is this possible? If so how? So far I have found documentation on how to integrate data from snowflake into the datadog dashboard, but not the other…
-1
votes
1 answer

Real User Monitoring for a C# Desktop App

I am looking a viable approach to record the usage / performance of various parts of a C# desktop application. I see strong parallels with the web focused Real User Monitoring technique and have access to Datadog to process my data. Is RUM outside…
Jon Freedman
  • 9,469
  • 4
  • 39
  • 58
-1
votes
1 answer

kafka datadog not sending metrics correctly

i am trying to send kafka consumer metrics to datadog but its not showing in monitoring when I select the node. The server is giving below check in status Instance ID: kafka_consumer:d6........f5 [OK] Configuration Source:…
user9063834
  • 85
  • 1
  • 8
-1
votes
1 answer

socket: too many open files Error for goroutines in indefinite loop

I have a requirement in my program to send metrics to datadog indefinitely (for continuous app monitoring in datadog). The program runs for a while and exits with the error "dial udp 127.0.0.1:18125: socket: too many open files". func…
-1
votes
1 answer

Is it possible to export Datadog Aurora dashboard as cloud formation?

I'm using this built-in dashboard for monitoring Aurora and was wondering how can I have as code, as cloud formation stack precisely. I'm aware of those three repos which do backup and monitoring of changing of the dashboard in the API and then…
-1
votes
1 answer

create Datadog Graph to show my API endpoint hits per second

I have an API with 10 endpoints(contracts). and i am shipping logs to IIS to data-dog from the API. I also installed data-dog agent on the server. Now i am trying to create graph for all the endpoint hits per second. there will be only one graph and…
user2768132
  • 460
  • 4
  • 11
  • 26
-1
votes
1 answer

Powershell if/else based on repadmin results?

I'm trying to figure out how to take the results of "repadmin /syncall /d /e" and put the results into an if else statement. I've considered trying to just look for the success string it outputs for the if and, but I'm wondering if there is a more…
Devin St. Clair
  • 187
  • 1
  • 9
-2
votes
1 answer

Why can I only use sum on this formula monitor?

I'm trying to create a monitor that alerts when error rate is beyond a threshold using the below setup. Both of the metrics used in the formula are count metrics. Why does datadog only allow using sum?
UnknownBeef
  • 418
  • 3
  • 17
-2
votes
1 answer

Why am I getting this error for reference to undeclared input variable

I'm trying to create a basic dashboard using terraform in my front end project. Here is my folder structure: ├── infrastructure │ ├── environments │ │ ├── production │ │ ├── backend.tvars │ │ ├── variable.tvars │ │ │ │ │ …
1 2 3
70
71