ENGINEERING

Daily GitLab CI Stage-Timing Digest to Honeycomb & Slack

Runs each morning, pulls the prior day's pipeline runs from GitLab, emits per-stage duration metrics to Honeycomb for trend dashboards.

CategoryEngineering
Enginesim
Difficultyintermediate
Triggerschedule
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerScheduled daily run
  • ActionQuery prior-day GitLab pipelines and stagesGitLabGitLab
  • ActionEmit per-stage duration events to HoneycombHoneycomb
  • LogicRank stages by week-over-week drift
  • OutputPost movers digest to SlackSlack

What it does

Each morning it gathers the previous day's default-branch pipeline runs, breaks each into its stages, and ships per-stage duration events to Honeycomb so you build long-horizon trend boards. It then posts a short Slack digest naming the two or three stages that drifted slowest versus the prior week.

When to use it

Use it when you want continuous observability of CI health rather than only reacting to a single bad run. It feeds Honeycomb the structured timing data needed for week-over-week heatmaps while giving the team a readable daily pulse without opening a dashboard.

How it works

  1. 1A scheduled trigger fires every morning.
  2. 2The flow queries GitLab for all default-branch pipelines from the prior 24 hours and expands their jobs by stage.
  3. 3Each stage's duration is sent to Honeycomb as a structured event with stage, pipeline, and commit attributes.
  4. 4A logic step ranks stages by their change against the trailing week's average.
  5. 5A Slack message posts the top movers with arrows and durations to the engineering channel.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect GitLabRepos, MRs, pipelines, registry.
  2. 2
    Connect HoneycombDistributed traces and queries.
  3. 3
    Connect SlackChannels, DMs, threads, mentions.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.