# Datadog

### Supported Types

| Logs | Metrics | Traces |
| ---- | ------- | ------ |
| ✓    | ✓       | ✓      |

### Configuration Table

<table><thead><tr><th width="98.69140625">Parameter</th><th width="106.21484375">Type</th><th width="91.6953125">Default</th><th>Description</th></tr></thead><tbody><tr><td>site</td><td><code>string</code></td><td>US1</td><td>The Datadog <a href="https://docs.datadoghq.com/getting_started/site/">site</a> to send telemetry to.</td></tr><tr><td>api_key</td><td><code>string</code></td><td></td><td>The <a href="https://docs.datadoghq.com/account_management/api-app-keys/">API Key</a> that is used for authentication.</td></tr></tbody></table>

### Supported Retry and Queuing Settings

This destination supports the [retry settings](/configuration/bindplane-otel-collector/retry-on-failure.md), the [sending queue settings](/configuration/bindplane-otel-collector/sending-queue.md), and the [persistent queue settings.](/configuration/bindplane-otel-collector/persistent-queue.md)

| Sending Queue | Persistent Queue | Retry on Failure |
| ------------- | ---------------- | ---------------- |
| ✓             | ✓                | ✓                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/destinations/datadog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
