CircleCI Insights

CircleCI Insights

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.

Learn more
PostHog Wizard hedgehog

Connect CircleCI Insights to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.

Enter your CircleCI personal API token and project slugs to pull pipeline health metrics — workflow and job durations, success rates, credit usage, recent runs, and flaky tests — from the CircleCI Insights API into the PostHog Data warehouse.

You can create a personal API token in your CircleCI user settings. Note that CircleCI retains Insights data for roughly 90 days.

Configuration

OptionDescription
Personal API token
Type: password
Required: True
Project slugs
Type: text
Required: True

Comma-separated project slugs in vcs/org/repo format, e.g. gh/your-org/your-repo. You can find a project's slug in its URL on CircleCI.

Reporting window for aggregated metrics
Type: select
Required: False
Branch scope
Type: select
Required: False

Linking CircleCI Insights to PostHog

  1. Go to the Data pipeline page in PostHog
  2. Click New source and select CircleCI Insights
  3. Fill in the required configuration fields
  4. Click Next, select the tables you want to sync, and then press Import

Supported tables

TableDescriptionSync methodIncremental fieldPrimary key
workflow_metrics

Aggregated metrics for each workflow in a project over the configured reporting window: run counts, success rate, duration percentiles, credits consumed, MTTR, and throughput.

Full refreshproject_slug, name
workflow_runs

Individual recent runs of each workflow, with duration, status, branch, and credits consumed. CircleCI retains run-level Insights data for roughly 90 days.

Incremental, Full refreshcreated_atid
job_metrics

Aggregated metrics for each job of each workflow in a project over the configured reporting window: run counts, success rate, duration percentiles, credits consumed, and throughput.

Full refreshproject_slug, workflow_name, name
flaky_tests

Tests CircleCI has detected as flaky in a project: tests that pass and fail across runs with no code change, with where they flake and how often.

Full refreshproject_slug, workflow_name, job_name, classname, test_name
org_summary_metrics

Per-project summary metrics and trends across an organization over the configured reporting window, from the org-level Insights summary. Requires the token to have org membership.

Full refreshorg_slug, project_name