
Metaplane by Datadog
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Metaplane by Datadog to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Metaplane API key to pull your data observability monitors and their evaluation history into the PostHog Data warehouse.
You can generate an API key in your Metaplane account settings. A paid Metaplane plan is required for API access.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Metaplane by Datadog to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Metaplane by Datadog
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
connections | A data source or tool connected to Metaplane (warehouse, transformation tool, BI tool, ...). | Full refresh | — | id |
monitors | A data-quality monitor watching a database, schema, table, or column (row count, freshness, nullness, ...). | Full refresh | — | id |
monitor_evaluations | One row per monitor evaluation (pass/fail, value, expected bounds). Incremental syncs pull evaluations newer than the last-seen creation time across all monitors; monitors added after the initial sync backfill from that watermark forward — run a full refresh to pull their complete history | Incremental, Full refresh | createdAt | monitorId, createdAt |
connection_sync_statuses | The latest sync outcome per connection (not a history) | Full refresh | — | connectionId |