SUMMARIZATION

Daily Honeycomb latency-drift digest to Notion

Every morning, compares yesterday's span latencies to the trailing week, narrates the services that drifted slower, and appends a dated digest entry to a Notion performance log.

CategorySummarization
Enginesim
Difficultyintermediate
Triggerschedule
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerDaily morning schedule fires
  • ActionQuery per-service p95/p99 for day + trailing weekHoneycomb
  • LogicCompute drift per service, flag over threshold
  • ActionNarrate movers and recoveriesOpenAI
  • ActionAppend dated digest entry to Notion logNotionNotion
  • OutputPost one-line top-regression summary to SlackSlack

What it does

On a daily schedule, this workflow scans Honeycomb for latency drift across your top services, comparing the prior day's p95/p99 against a trailing-week baseline. It writes a short narrative ranking the services that crept slower (or recovered) and appends a dated entry to a Notion performance log so the team has a searchable history of latency health.

When to use it

Use it for slow-burn regressions that never trip an alert but quietly degrade week over week. A daily digest catches the 8% creep before it becomes a 40% incident, and Notion gives you the paper trail for retros.

How it works

  1. 1A scheduled trigger fires each morning before standup.
  2. 2The workflow queries Honeycomb for per-service p95/p99 over the last day and the trailing week.
  3. 3It computes drift per service and flags those exceeding the drift threshold.
  4. 4An LLM narrates the movers, calling out the worst regressions and any recoveries in plain English.
  5. 5The dated digest is appended as a new block to the Notion performance log page.
  6. 6A one-line summary with the top regression posts to Slack.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HoneycombDistributed traces and queries.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect NotionPages, databases, comments.
  4. 4
    Connect SlackChannels, DMs, threads, mentions.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    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.