Questions tagged [datadog-dashboard]
45 questions
0
votes
2 answers
Datadog how do i change a monitor to a single alert with no recovery
So i currently have a monitor set up that sends an alert, but after 5 mins it also send a recovery alert. What i wanted to find out was is it possible to have a monitor that only sends the alert but no recovery alert.
I need a one off alert on error…

user1555190
- 2,803
- 8
- 47
- 80
0
votes
0 answers
How to send text file data to datadog dashboard
How to send text file data to datadog dashboard for monitoring
My requirement :
have text file. it’s updating the status of job with job names every 1 minutes .
This result generating via script and written in to this text file , I just want this…

chamara
- 15
- 4
0
votes
0 answers
SSL error while installing datadog agent in azure databricks
I am trying to install the datadog agent on Azure databricks using the steps mentioned in https://docs.datadoghq.com/integrations/databricks/?tab=allnodes
But while executing the init script, it fails with this error : "curl: (35) OpenSSL…

Prabhakaran
- 1,264
- 2
- 20
- 47
0
votes
1 answer
How do I view the Datadog dashboards I have created
I created a Datadog dashboard to test a metric, closed the window and now I'd like to find the dashboard.

rose specs
- 905
- 8
- 18
0
votes
0 answers
Tracking page load time to a page when coming from a specific other page/route in datadog
As the title suggests, I'm trying to benchmark improvement in page load time for a page (for example, /destination), but I'm trying to have the benchmark/graph only count instances where the user is coming from a specific start page (for example,…

Quabby
- 51
- 4
0
votes
0 answers
How to setup a monitoring dashboard for Uptime Check Services in Datadog
need help how to create a uptime check services monitoring using any graph in Datadog dashboard, the aim is for example I need to check in a week, how many downtime in particular services happen. Thanks for your help!

Khalid
- 887
- 2
- 13
- 26
0
votes
1 answer
datadog local check setup same as check_mk local check for monitoring
I would like to setup datadog local check ( same as check_mk local check )
https://docs.checkmk.com/latest/en/localchecks.html
As example when i echo out the result in shell script as parameter fist parameter get as ,ok ,warm ,critical in check_mk ,…

chamara
- 15
- 4
0
votes
1 answer
Datadog extracting value from logs
i have the following being output in my logs
Finished processing [154976] items for user id [1234]
is there any way in datadog i could output that on a widget with
userid -> number
basically process the logs, similar to how we do with errors from…

user1555190
- 2,803
- 8
- 47
- 80
0
votes
1 answer
DataDog: detecting mismatch of 2 custom metrics per host
How to display hosts in DataDog host map, where values of two custom metrics are not equal?
Saying I have metrics custom.A and custom.B, both are integer (DataDog represents them as floats but this doesn't change much). And I need my dashboard host…

Dmytro
- 216
- 1
- 4
- 14
0
votes
0 answers
Datadog query to filter if a string is contained within a tag
I have a parameter, id, that populates a monitor for each id accordingly. I am trying to filter the query so that it excludes those where "to_redshift" is contained within the id. Note, "to_redshift" can either be at the prefix, suffix, or…

johndoe1839
- 11
- 1
0
votes
0 answers
Is it possible to use metric values with equal tags only once
I have a metric in datadog with three different tags: TagA, TagB and TagC.
When I visualize the metric values in a dashboard, I want that only one metric value will be used with equal tag values.
Example:
These are the metric values:
1. TagA:v1;…

Christof Nasahl
- 229
- 3
- 6
0
votes
0 answers
Datadog alerts | Slack notifications
I have set up event-based alerting on Datadog and notifications on slack.
I am receiving 2 events triggered this monitor, here is the last one.
I want both events' data to show, not just the last one.
Alert screenshot
Can someone help me here,…

Shivam
- 1
- 1
0
votes
1 answer
Trying to use a dynamic block in Terraform to create multiple of the same widget in Datadog
resource "datadog_dashboard" "ordered_dashboard" {
title = "SLO Dashboard"
description = "Created using the Datadog provider in Terraform"
layout_type = "ordered"
is_read_only = true
dynamic widget {
for_each = { for…
0
votes
0 answers
Datadog Dashboard {"errors":["The value provided for parameter 'dashboard_list_id' is invalid"]}
I am getting this error.
command: curl -X GET \
"https://api.datadoghq.com/api/v1/dashboard/lists/manual/${list_id}/dashboards?api_key=${api_key}&application_key=${app_key}"
Error: {"errors":["The value provided for parameter…

Ashish Karpe
- 5,087
- 7
- 41
- 66