Documentation Index
Fetch the complete documentation index at: https://playerzero.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Monitors is currently in beta. Features and behavior may change as we refine the experience.
What Are Monitors?
Monitors are automated checks that run on a schedule and verify that a condition you define holds true. When a check fails, you will see it immediately, and you can configure a workflow stage to begin automatically to investigate the failure. Monitors configuration is managed at the organization level, but a monitor can only begin a workflow in the project you select. Navigate to Settings → Monitors to view and manage them.Creating a Monitor
- Navigate to Settings → Monitors
- Click Create monitor
- Fill in the monitor details:
| Field | Description |
|---|---|
| Name | A short, descriptive name for the monitor (e.g., “API Latency Check”) |
| What should be checked? | The condition that should always hold true. Describe what you expect in plain language — the system evaluates this automatically. |
| Schedule | How often to run the check. Use the visual schedule builder (presets for minutes, hourly, daily, weekly, monthly) or enter a cron expression manually. Minimum interval is 5 minutes. |
| Stop after | (Optional) Automatically disable the monitor after a specific date and time. If not set, the monitor runs indefinitely. |
| When this fails, run | (Optional) Select a project and workflow stage to trigger automatically when the check fails. |
- Click Create Monitor
Referencing MCP Connections in Conditions
When writing the condition (the “What should be checked?” field), you can reference connected MCP integrations using@mention syntax. Type @ followed by the connection name to insert a reference.
For example, a condition that references a Datadog connection:
Creating and editing monitors requires editor or owner permissions. Viewers can see monitors and their results but cannot make changes.
Managing Monitors
Monitor List
The monitors page shows all monitors in your organization in a split-panel view:- Left panel — A paginated list of all monitors, each showing the monitor name, condition summary, schedule, workflow stage (if configured), recent result history, and last run verdict
- Right panel — Detailed view of the selected monitor, including full condition text, schedule, expiration, result timeline, and management actions
Filtering
Use the filter bar to narrow the list:- Status — Filter by Active, Inactive, or Expired monitors
- Verdict — Filter by Passing, Failing, or Incomplete results
Monitor Detail
Click any monitor in the list to open its detail panel. The detail view shows:- What’s being checked — The full condition text
- Schedule — Human-readable description of the polling schedule
- Stop after — Expiration date, or “Runs indefinitely”
- Workflow stage — The project and stage that triggers on failure, or “No workflow configured”
- Result history — A timeline of past evaluation results with verdict, reasoning, and workflow status
- Version history — Each monitor tracks versions. Changing the monitored condition creates a new version.
Editing a Monitor
- Select a monitor from the list
- Click Edit in the detail panel footer
- Update any fields — name, condition, schedule, expiration, or workflow stage
- Click Save
Changing the monitored condition (the “What should be checked?” field) creates a new version of the monitor. Other changes (name, schedule, expiration, workflow stage) update the current version in place.
Activating and Deactivating
Monitors can be in one of three states:- Active — Running on schedule
- Inactive — Paused. The monitor exists but does not run until reactivated.
- Expired — The monitor’s expiration date has passed. It no longer runs. You can edit the expiration to resume it.
Test Runs
You can run a monitor immediately to verify it works without waiting for the next scheduled evaluation.- Select a monitor from the list
- Click Test run in the detail panel footer
- Confirm the run
If a workflow stage is configured, a test run that fails will trigger the workflow — the same as a scheduled failure.
Investigating Failures
When a monitor fails, you can start an interactive debugging session to investigate the cause.- Open the monitor detail panel and find the failed result in the result timeline
- Click Investigate with Player next to the verdict
- Select a project to run the investigation in
- A new Player session opens with the monitor’s context pre-loaded — including the monitor title, condition, and the evaluation’s reasoning
Workflow Integration
Monitors can automatically trigger a workflow stage when a check fails. This lets you connect monitoring to your existing investigation workflows — for example, automatically starting a triage workflow when an SLA check fails. To configure a workflow trigger:- When creating or editing a monitor, use the When this fails, run field
- Select a project from the dropdown
- Select a workflow stage from that project
- Workflow started — A new workflow Player is created and starts processing from the configured stage
- Workflow skipped — A workflow was already started in the last hour for this monitor, so the run is skipped to avoid duplicates
- No workflow — No workflow stage is configured
- Workflow failed — Something went wrong when trying to start the workflow
Proactive Monitors
PlayerZero can automatically generate monitors when a pull request is merged. These proactive monitors target existing telemetry to catch regressions introduced by the merged changes.How It Works
When a PR is merged in a connected repository:- PlayerZero analyzes the merged changes and PR context
- An AI agent generates up to 5 monitors targeting relevant telemetry signals
- If the changes are purely structural (renames, import changes, refactors with no runtime impact), monitor generation is skipped — zero monitors is the correct result for those cases.
- The generated monitors are created as disabled drafts
- Once generation completes, the monitors are automatically enabled
- A comment is posted to the merged PR listing the created monitors
Viewing Proactive Monitors on a PR
Navigate to any PR review page in PlayerZero and select the Monitors tab. This tab shows:- Generated monitors associated with the PR
- Generation status (building, complete, or failed)
- Links to monitor detail pages
Deleting a Monitor
- Select a monitor from the list
- Click the delete button in the detail panel footer
- Confirm the deletion