Browse sources$ls -a sources
Logo of datadog
Datadog
Empower engineering teams with a Datadog integration
Sync your customers' dataFiber pulls data from your customers' Datadog accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Logo of datadog
Fiber
postgres-prod
datadog_dashboards
datadog_incidents
Your customers' Datadog accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Datadog API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Dashboards belonging to the Datadog
-- account of a particular user.

SELECT *
FROM fiber.datadog_dashboard
WHERE account_id = '{user.datadog_id}'
-- Fetch all the Dashboards belonging to the Datadog
-- account of a particular user.

SELECT *
FROM fiber.datadog_dashboard
WHERE account_id = '{user.datadog_id}'
Code
CREATE TABLE fiber.datadog_dashboard (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
author_handle TEXT,
description TEXT,
title TEXT,
url TEXT,
layout_type TEXT
)
CREATE TABLE fiber.datadog_dashboard (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
author_handle TEXT,
description TEXT,
title TEXT,
url TEXT,
layout_type TEXT
)
Model definition
About this source
Logo of datadog
DatadogComprehensive monitoring service for cloud-scale applications.datadoghq.com  ↗
Available resources
    Dashboards
    Incidents
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Datadog?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Datadog and over 200 other APIs. Setup and deploy within minutes.
Logo of datadogIntegrate Datadog using Fiber Fiber makes it easy to access third-party data from Datadog accounts. Get started in just a few minutes.