Datadog
Oodle supports ingesting from Datadog agent. This document outlines the steps to set up Datadog agent to export to Oodle.
Double write to both Datadog and Oodle
There are two ways to configure Datadog agent to double write to both Datadog and Oodle.
Environment Variables
Set DD_ADDITIONAL_ENDPOINTS environment variable to include Oodle endpoint and API key.
If you are running datadog agent in Kubernetes, then you need to set additional endpoints
for both datadog agent and cluster-agent containers.
The endpoint and API key can be seen from the Datadog tile in the settings page as seen here
DD_ADDITIONAL_ENDPOINTS='{"<oodle_endpoint>": ["<oodle_api_key>"]}'
YAML configuration file
Add the following to your datadog.yaml configuration file.
additional_endpoints:
"<oodle_endpoint>":
- <oodle_api_key>
Steps
Follow these steps to setup Double write to both Datadog and Oodle:
- Login to the Oodle UI, then navigate to Settings page
- On the Integrations page, click on the Datadog tile
- Choose an appropriate API key from the list on top of the drawer
- After choosing the Oodle Obsersavility features you wish to enable, choose the Dual-shipping (Datadog + Oodle) option, as seen here
- Follow the remaining steps in the opened Datadog drawer
Export only to Oodle
There are two ways to configure Datadog agent to only export to Oodle.
Environment Variables
Set DD_DD_URL and DD_API_KEY environment variables to Oodle endpoint and API key respectively.
DD_DD_URL=<oodle_endpoint>
DD_API_KEY=<oodle_api_key>
YAML configuration file
Add the following to your datadog.yaml configuration file.
dd_url: <oodle_endpoint>
api_key: <oodle_api_key>
site: ''
containerLifecycle:
enabled: false
Steps
Follow these steps to setup Double write to both Datadog and Oodle:
- Login to the Oodle UI, then navigate to Settings page
- On the Integrations page, click on the Datadog tile
- Choose an appropriate API key from the list on top of the drawer
- After choosing the Oodle Obsersavility features you wish to enable, choose the Single-shipping (Oodle only) option, as seen here
- Follow the remaining steps in the opened Datadog drawer
Support
If you have any questions or need assistance, please contact us via our help chat app available on the Support link in the sidebar, or by reaching out to support@oodle.ai.