Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 5 additions & 21 deletions docs/docs/integrations/apm/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,13 @@ import ReactPlayer from 'react-player'

![Datadog](/img/integrations/datadog/datadog-logo.svg)

You can integrate Flagsmith with Datadog in three ways:
You can integrate Flagsmith with Datadog in two ways:

- [1. Integrate Flagsmith into your Datadog Dashboard](#1-integrate-flagsmith-into-your-datadog-dashboard)
- [2. Send Flag Change events to Datadog](#2-send-flag-change-events-to-datadog)
- [1. Send Flag Change events to Datadog](#1-send-flag-change-events-to-datadog)
- [Custom Source](#custom-source)
- [3. Integrate with the DataDog RUM](#3-integrate-with-the-datadog-rum)
- [2. Integrate with the DataDog RUM](#2-integrate-with-the-datadog-rum)

## 1. Integrate Flagsmith into your Datadog Dashboard

This integration lets you add a Flagsmith widget into your Datadog Dashboard so you can view and manage your flags
without having to leave the Datadog application.

![Datadog Dashboard Widget](/img/integrations/datadog/datadog-dashboard-widget.png)

The video below will walk you through the steps of adding the integration:

<ReactPlayer
controls
width="100%"
height="460px"
url='https://flagsmith.wistia.com/medias/76558s9yj7' />

## 2. Send Flag Change events to Datadog
## 1. Send Flag Change events to Datadog

The second type of integration allows you to send Flag change events in Flagsmith into your Datadog event stream.

Expand All @@ -49,7 +33,7 @@ will mean events are labelled with the default 'My apps' source.

Flag change events will now be sent to Datadog.

## 3. Integrate with the DataDog RUM
## 2. Integrate with the DataDog RUM

You can also send Identity flag values from Flagsmith to DataDog using our
[Javascript Integration](/clients/client-side/javascript.md#datadog-rum-javascript-sdk-integration).