Questions tagged [datadog]

Datadog is a monitoring service for IT and DevOps.

1053 questions
7
votes
4 answers

How do I get TotalStorageSpace or UsedStorageSpace metric from AWS RDS?

I see that AWS RDS provides a FreeStorageSpace metric for monitoring disk usage. Now I am trying to create a generic pre-emptive alert for all my RDS but setting up an ideal threshold on FreeStorageSpace is not making sense. For example, 20G might…
codersofthedark
  • 9,183
  • 8
  • 45
  • 70
7
votes
0 answers

Unique tag count in a DataDog top list

I've a metric which has 2 tags (it has more but this is for simplicity), client and rule, and its value of course. With it I can see the total count of the values for each client, each rule and each ruleXclient. Now I want to create a top list which…
user2336267
  • 81
  • 1
  • 3
7
votes
1 answer

Container disk usage in DataDog

Is there any way to monitor disk usage of docker containers in DataDog? I can see in DataDog web all the CPU, RAM and IO metrics for my containers. But I can't see any of disk space related metrics. Their page…
Ivan
  • 9,089
  • 4
  • 61
  • 74
6
votes
1 answer

DataDog log ingestion not working on Kubernetes cluster

We followed these instructions to set up DataDog in our Kubernetes 1.22 cluster, using their operator. This was installed via helm with no customisations. The operator, cluster-agent, and per-node agent pods are all running as expected. We know that…
James Brady
  • 27,032
  • 8
  • 51
  • 59
6
votes
1 answer

pino-datadog-transport with Next.js on Vercel

I'm trying to migrate a Next.js project running on Vercel from "pino-datadog": "2.0.2", "pino-multi-stream": "6.0.0", to "pino": "8.4.2", "pino-datadog-transport": "1.2.2", and I copy the setup from the pino-datadog-transport's…
simonauner
  • 1,021
  • 1
  • 8
  • 10
6
votes
3 answers

Remove a metric from Datadog

I'd like to remove a custom metric that I've created with my Datadog account. Is there a way to do that ? I've checked the docs, and did not find anything relevant for the metrics deletion. Regards, Blured.
Blured Derulb
  • 201
  • 3
  • 12
6
votes
2 answers

Datadog allows me to create facets but it does not show any values for them

I am using datadog to see my microservice metrics. When I go to APM tab I can see the spans I created and their corresponding tags are reaching the server correctly. The problem is that If I click in a tag "gear" to convert it to a facet, while the…
Matias Barrios
  • 4,674
  • 3
  • 22
  • 49
6
votes
0 answers

Getting Infrastructure metrics from AWS Batch to DataDog

Is there a direct integration point or a connector to integrate an AWS Batch job with DataDog? To retrieve the logs and infrastructure metrics? So far what I came across was the DataDog forwarder which can forward the logs to DataDog from Cloudwatch…
6
votes
2 answers

How to choose an Opentelemetry backend vendor?

With Opentelemetry becoming the new standard of tracing, and it being vendor-agnostic, how do we then choose a backend vendor for opentelemetry? For example, there are currently many vendors that supports Opentelemetry like GCP Cloudtrace, Datadog,…
6
votes
1 answer

datadog API python auth

Is there a basic example of how to authenticate to datadog using the python lib datadog_api_client.v2? I was looking at their documentation https://datadoghq.dev/datadog-api-client-python/v2/#apikeyauth and am not seeing any examples I was expecting…
risail
  • 509
  • 5
  • 14
  • 37
6
votes
1 answer

DataDog events are auto-recovered

I created an event monitor that catches events with errors and notifies about the alert in a special messenger. Everything worked out for me, but I noticed that such alerts are auto-recovered on their own for some time. As I understand it is because…
miroshnik
  • 163
  • 1
  • 8
6
votes
1 answer

How to post process JSON logs with Datadog?

Our applications log in JSON format. According to Datadog's documentation JSON logs are not processed by pipelines. How can I enrich the JSON logs with an additional field that is based on a different value of that same log line? I have this…
Amberlamps
  • 39,180
  • 5
  • 43
  • 53
6
votes
2 answers

When to use Datadog Distribution and Histogram

I cannot find any article that describes the advantages of using datadog histogram compared to datadog distribution for apps that run on multi instance. Would someone kindly help me on deciding the best choice between those two?
AKW
  • 63
  • 1
  • 4
6
votes
1 answer

Send Datadog tags in exometer

I am using exometer and the exometer_report_statsd reporter to report Phoenix endpoints response times to Datadog via dogstatsd. From a Plug, I am calling :exometer.update/2 to send the response time to Datadog. E.g: :exometer.update [:app_name,…
carpamon
  • 6,515
  • 3
  • 38
  • 51
6
votes
1 answer

Why is my DataDog instance reporting a Kubernetes "no_pod"?

We are running a Kubernetes Cluster in AWS and we are collecting the metrics in DataDog using the dd-agent DaemonSet. We have a Pod being displayed in our metrics tagged as "no_pod" and it is using a lot of resources,…
jonhoare
  • 1,279
  • 7
  • 15
1 2
3
70 71