Questions tagged [datadog]
Datadog is able to monitor multiple applications, e.g. jenkins, apache and postgresql
21
questions
4
votes
1
answer
2k
views
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 ...
3
votes
3
answers
4k
views
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 ...
2
votes
2
answers
2k
views
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 ...
2
votes
2
answers
2k
views
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 ...
2
votes
1
answer
4k
views
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, ...
2
votes
0
answers
324
views
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 ...
1
vote
2
answers
706
views
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.
...
1
vote
2
answers
2k
views
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 ...
1
vote
2
answers
246
views
How to use wget with headers in liveness probe in a yaml file in kubernetes?
I am trying to use wget in my liveness probe in Kubernetes. Here is the code:
apiVersion: v1
kind: Pod
metadata:
namespace: test
labels:
test: liveness
name: liveness-exec
spec:
containers:...
1
vote
1
answer
2k
views
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 ...
1
vote
1
answer
1k
views
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 ...
1
vote
0
answers
212
views
Unable to push metrics to Datadog ECS service from other services in the same ECS cluster
I have some services (say alpha, bravo and charlie, all of which are Spring boot) running in my ECS cluster as separate services. I also have deployed a service that runs Datadog agent, named dd-agent ...
1
vote
0
answers
265
views
Datadog custom metrics from app (docker container) inside host
I have a datadog agent in my host machine, CentOS.
I have a nodeJS application, where I want to send custom metrics from it.
Config from app:
var StatsD = require('hot-shots');
var dogstatsd = new ...
1
vote
0
answers
852
views
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 ...
1
vote
1
answer
3k
views
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 ...
1
vote
0
answers
851
views
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 -...
1
vote
0
answers
926
views
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 ...
0
votes
0
answers
26
views
Excessive DNS lookups in DataDog APM traces
We are using Datadog for tracing by including the dd-trace library in our NodeJS microservices.
We started to notice strange DNS lookups in our traces. These lookups show the IP address of the ...
0
votes
0
answers
371
views
Datadog not collecting logs from file in Kubernetes cluster
I am trying to configure Datadog agent on AKS Cluster and to read logs from file location at /var/log/datadog/messages.log in each service pod.
It is streaming all the metrics except logs from file ...
0
votes
1
answer
631
views
How To Terraform Datadog Monitors with Dynamic Thresholds
I'm attempting to create a number of resources from the DataDog provider. I'm hoping to have to define as little as possible for each resource. For many properties there is some sensible default. I am ...
0
votes
1
answer
63
views
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 ...