Questions tagged [datadog]

Datadog is able to monitor multiple applications, e.g. jenkins, apache and postgresql

Datadog is able to monitor multiple applications, e.g. jenkins, apache and postgresql.

17 questions
3
votes
1 answer

datadog python data export

I want to be able to export raw data from Datadog. the idea is to support higher level of analysis in regards to the metrics captured, upstream from the Datadog UI. the metrics query API, allows only to query re-aggregated data according to bins…
sinaiy
  • 41
  • 3
3
votes
3 answers

How to monitor Jenkins using Datadog?

The datadog plugin has been installed on Jenkins. Once installed the Datadog API key and hostname had to be entered in Jenkins. Both tests have been passed. However, when a new check has been added to Datadog querying for jenkins checks does not…
030
  • 5,731
  • 12
  • 61
  • 107
2
votes
2 answers

How can I make an alert by reply code in Datadog?

Help is needed. I want to make alarms if the site gives 401 502 and so on, errors. On the server is an agent who sends different pieces in the datadog. There is such module http_check, and at it like as there is such…
James M
  • 200
  • 1
  • 2
  • 12
2
votes
2 answers

Why is the wrong MIB being used during snmpwalk?

Running snmp walk for the following OID 1.3.6.1.2.1.43.11.1.1.9, which belongs to PRINTER-MIB under prtMarkerSuppliesLevel, is returning SNMPv2-SMI values. I imagine they are correct, but why is the SNMPv2-SMI MIB being referenced here? I'm running…
Hammy
  • 21
  • 3
2
votes
0 answers

Is there any way to get log events from crashlytics / fabric into ELK or a SaaS metrics platform like datadog?

If you use a stack like ELK or datadog for collecting server-side logs and events, how do you integrate mobile-side metrics? Is there any way to get these out of crashlytics directly, or does this log aggregation need to be implemented separately?
fields
  • 690
  • 1
  • 10
  • 21
2
votes
1 answer

How to collect only container logs with Datadog without host and container metrics?

I not found answer on official website and support can't give an answer. So I ask the community. I want use Log Management without using Datadog Infrastructure. There is a link on the official site, but it is no longer available and a redirect to…
4n70wa
  • 21
  • 2
1
vote
1 answer

Setting up health check for EC2 instances with DataDog

I have an existing AWS infrastructure which is integrated with DataDog, which is responsible for monitoring various metrics, e.g. SQS queues, ELB, etc. I'd like to set up a health check for some web sites and APIs. As far as I know, it's possible…
1
vote
2 answers

Configure datadog-agent for gunicorn metrics

I have datadog-agent installed on my Debian 8 server. It is already configured and works well to report metrics about postgres, nginx, system, etc. I want to monitor my gunicorn daemons (i have 2 Django websites on this server). As far as I…
Antwane
  • 165
  • 1
  • 11
1
vote
2 answers

Pulling HTTP codes from a F5 Load Balancer

My environment is 4 Ubuntu 14.04 servers running Nginx sitting behind an F5 Load Balancer. They are sending metrics to Datadog and also pulling metrics from the F5 via SNMP to send to Datadog as well. The Dev team has a requirement to be able to…
1
vote
0 answers

How to monitor datadog-agent's certificates expiration?

I have an nginx-pod which redirects traffic into Kubernetes services and stores related certificates insides its volume. I want to monitor these certificates - mainly their expiration. I found out that there is a TLS integration in Datadog (we use…
1
vote
1 answer

Is it possible to deploy Datadog agents on AWS EKS cluster using terraform

I am looking to understand if anyone can guide me on how to install Datadog agents on my AWS EKS cluster as pods. I am able to complete my requirement by using kubectl commands. But here I am looking for a possible solution to do the same work from…
1
vote
1 answer

datadog, metric, and last value

Considering I have this structure of json in datadog : "parameter": { "name":"mybeautifulvar", "value":"my_beautiful_string_value" } It's a regular extract for a value, one time a day, and I search to display the last value of this variable but…
Matthew
  • 148
  • 1
  • 5
1
vote
0 answers

Unable to access datadog trace-agent port

I'm currently running a Ruby on Rails app on Google Kubernetes Engine and have deployed datadog but am having issues connecting to the trace agent. Any ideas? E, [2020-07-22T01:13:54.773686 #6] ERROR -- ddtrace: [ddtrace]…
James
  • 171
  • 1
  • 3
  • 15
1
vote
0 answers

Is it possible to install Datadog on AWS using Terraform?

I saw this article which detailed on how to install Datadog on AWS using Ansible: https://www.datadoghq.com/blog/install-datadog-with-ansible-dynamic-inventories/ But the closest I could get to installing Datadog on AWS using Terraform was…
Biju
  • 125
  • 4
0
votes
1 answer

Determine Outgoing data

I have 2 servers running in AWS, both are running Redis and the Data-Dog client. I just looked at our bill and see that we had 800GB of NetworkOut data. I've narrowed down the traffic to these 2 machines specifically, each one is doing about 10GB of…
1
2