[go: up one dir, main page]

Skip to main content
Version: Config V2

Datadog - Monitor your feature flags events

Overview

Monitor feature flag events in real-time. Feature flag changes will appear as events in Datadog, tagged with relevant product, config, and environment details.

Feature flag events logged to Datadog

Installation

  1. Have a Datadog subscription.
  2. Get a Datadog API Key.
Datadog API Key
  1. Open the integrations tab on ConfigCat Dashboard.
  2. Click on Datadog's Connect button and set your Datadog API key.
  3. OPTIONAL - Set the proper site of your Datadog account. More about Datadog site.
  4. You're all set. Go ahead and make some changes on your feature flags, then check your Events in Datadog.

Un-installation

  1. Open the integrations tab on ConfigCat Dashboard.
  2. Click on Datadog's Connected button.
  3. Select the connection from the Connected dropdown.
  4. Click the Disconnect button in the edit dialog.
  5. Click Yes in the confirmation dialog.

Event details

Every event sent to Datadog by ConfigCat has a source property of configcat and tagged with the product_name, config_name and environment_name where the change has happened.

Searching for Events

For example here is how to search for events that happened in the production environment: sources:configcat production

Filtering feature flag change events

Useful Resources