Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.trunk.io/llms.txt

Use this file to discover all available pages before exploring further.

Monitors can now apply labels to tests instead of changing their health status. This is useful when you want a monitor to surface a pattern for triage without marking tests flaky or broken — and it doubles as a dry-run while you tune a new monitor. When you create or edit a pass-on-retry, failure rate, or failure count monitor, the Action section now offers:
  • Classify test status (default) — the original behavior; the test is marked flaky or broken while the monitor is active.
  • Apply labels — one or more labels are added to the test while the monitor is active, with no change to the test’s health status.
By default, monitor-applied labels are removed when the monitor resolves; you can turn that off to keep the labels on the test. When the same label is applied by multiple sources (a user, multiple monitors, or both), it stays on the test until every source removes it. Read the docs to learn more.