Questions tagged [datadog-dashboard]

45 questions
5
votes
1 answer

Is DataDog tag value converted to lower case with underscores?

I push a custom tag to DataDog with key of execute_error and value of "testing DATADOG mApPeR OK" However, when I check on the DataDog, it looks like the tag is mapped into "execute_error:testing_datadog_mapper_ok". I expect a…
2
votes
0 answers

Why does my Datadog APM Query show data in the APM section, but not for the dashboards section?

I am running a Datadog APM query, and I am able to see my traces in the APM section. However, when I try the same query parameters (env and service) in the query definition of the dashboards section, I am getting no data. I have a java application…
2
votes
0 answers

Datadog template variable

I have one question here: when defining template variable via datadog, could we use regex for the default value? I am trying to exclude some value from the default value list. Thanks.
2
votes
0 answers

Dashboard Backups in Datadog

Is there a Backup and Restore feature coming for Datadog Dashboards (Not delete recent feature) Roadmap answer from PM
1
vote
1 answer

Datadog- how to collect Kubernetes Job Logs with job definition yaml file

I have a Kubernetes job definition yaml and am trying to get the pod logs into Datadog by making a separate service so it's easier to filter on data dog. Would it be possible to add the datadog annotations in this job definition yaml or would it…
shroot
  • 11
  • 2
1
vote
1 answer

Why am I not seeing Core Web Vitals data in the Synthetics - Browser Test Performance dashboard in Datadog?

After creating a synthetic browser test for a page that has Datadog's RUM javascript capturing data, I expected to see the Synthetic test web performance section of the Synthetics - Browser Test Performance dashboard display LCP and CLS data for the…
GenePADI
  • 15
  • 5
1
vote
1 answer

Datadog custom links (widgets?) on a dashboard

Is it possible to add custom links as a widget to DD dashboard? Among other properties, our Datadog setup displays version of deployed app (which may be different in different environments) and app name. I was wondering if it was possible to create…
Kamila
  • 371
  • 5
  • 13
0
votes
0 answers

Is there a way to create a graph in Datadog dashboard for excluding ec2 instances that do not have certain tag key

Problem: Need to create a Datadog dashboard where I can only show EC2 instances which do not have tag "terraform-managed:true" at all. What did I try : I tried below query taking reference from https://stackoverflow.com/a/61015284/11880679 but it…
0
votes
1 answer

lambda function not able to send custom metric to datadog through dd-trace npm library

I am trying to send custom metric from lambda functions to datadog. I have already configured lambda to send custom metric to lambda by following this this (Following custom installation). I have already: Installed the Datadog Lambda…
0
votes
0 answers

datadog how to compare 2 metrics to eachother

I have 2 metrics that I'm writing to datadog. They will be out of sync for a period of 1 hour each day while they are updating, but otherwise they should always be in-sync. What type of monitor would support this to say that if metric A and metric B…
dataviews
  • 2,466
  • 7
  • 31
  • 64
0
votes
0 answers

How to filter a DataDog visualization by error status?

I'm sending a data dog trace using gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer like so: func doSomeStuff(ctx context.Context) error { span, ctx := tracer.StartSpanFromContext(ctx, "do_some_stuff") err := theActualOperation() …
BeyelerStudios
  • 4,243
  • 19
  • 38
0
votes
1 answer

Datadog : How to show value of log attribute of a json array in monitor with log.attribute.ATTRIBUTE

I have a json of the following format {"contextKeys": [ {"name":"DataDogQues"}, {"priority":"high"}], "comment":"Please Help!" } I am trying to fetch the value of name alone in Monitors but I am unable to do so. log.attributes.[contextKeys.name]…
0
votes
0 answers

Datadog API Pagination Issue with Cursors for Specific Service Logs

I am trying to retrieve logs for a specific service using the Datadog API's /api/v2/logs/events/search endpoint. The API returns logs in a paginated manner, and I have set the page limit to 10 logs per page. I am using the cursor provided by Datadog…
0
votes
0 answers

DataDog dashboard can expose part of metrics path as tag?

I have several services that emit DataDog metrics named like: app.service1.outgoing_requests.latency app.service2.outgoing_requests.latency app.serviceN.outgoing_requests.latency This is inconvenient to query: I'd like the 2nd segment to be…
tariksbl
  • 1,069
  • 6
  • 20
0
votes
0 answers

Can you suppress/stop alerts based on the alert content?

I'm really scratching my head because I can't find a way to mute/suppress alerts that match the alert message. I could not do it through events, or with "is_exact_match" option in the alert configuration. For example if the alert says "can't find…
1
2 3