docs: pipeline_task_performance automated monitor#2238
Conversation
- Add performance-alerts.mdx: new automated monitor page (anomaly detection + static SLA modes, config reference, alerts setup) - Add automated-pipeline-task-performance.mdx: dedicated entry under Automated Monitors section, follows freshness/volume sibling structure - Add data-tests/performance-monitoring.mdx: manual dbt-package approach via model_run_results, with cloud callout pointing to automated monitor - Update automated-monitors-cards snippet to include new monitor card - Update mint.json nav (all 3 pages) + redirect from old cloud URL Closes CORE-831 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…formance Add Test wizard only supports models; seeds/snapshots require the API. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Monitors how many rows were added or removed to a table on each update, | ||
| and fails if there is an unexpected drop or spike in rows. | ||
| </Card> | ||
| <Card title="Pipeline Task Performance" href="/features/anomaly-detection/automated-pipeline-task-performance"> |
There was a problem hiding this comment.
| <Card title="Pipeline Task Performance" href="/features/anomaly-detection/automated-pipeline-task-performance"> | |
| <Card title="Automated Pipeline Task Performance" href="/features/anomaly-detection/automated-pipeline-task-performance"> |
| ### API | ||
|
|
||
| ```http | ||
| POST /{env_id}/tests | ||
| ``` | ||
|
|
||
| ```json | ||
| { | ||
| "node_id": "<dbt_node_id>", | ||
| "test_type": "pipeline_task_performance", | ||
| "params": { | ||
| "mode": "anomaly", | ||
| "sensitivity": "medium" | ||
| } | ||
| } | ||
| ``` | ||
|
|
||
| For static SLA: | ||
|
|
||
| ```json | ||
| { | ||
| "node_id": "<dbt_node_id>", | ||
| "test_type": "pipeline_task_performance", | ||
| "params": { | ||
| "mode": "static", | ||
| "fixed_threshold": 600 | ||
| } | ||
| } | ||
| ``` |
There was a problem hiding this comment.
remove it
no public api
| <div className="dark:bg-white rounded-md p-1"> | ||
| <img | ||
| src="https://res.cloudinary.com/diuctyblm/image/upload/v1725443568/alert_categories_ikzjqr.png" | ||
| alt="Alert categories in alert rules" | ||
| width="420" | ||
| /> | ||
| </div> |
| @@ -0,0 +1,104 @@ | |||
| --- | |||
There was a problem hiding this comment.
not sure we need this page
for the OSS we already have the page: oss/guides/performance-alerts
we can just add the info block regarding the Elementary cloud

Summary
features/performance-monitoring/performance-alerts.mdx— full page for the newpipeline_task_performanceautomated monitor (anomaly detection + static SLA modes, config reference, alerts & incidents setup, cross-links)features/anomaly-detection/automated-pipeline-task-performance.mdx— dedicated monitor entry under Automated Monitors, follows freshness/volume sibling structuredata-tests/performance-monitoring.mdx— manual dbt-package approach viamodel_run_results, with callout pointing Cloud users to the automated monitorautomated-monitors-cards.mdxsnippet to include Pipeline Task Performance cardmint.jsonnav (all 3 pages added) + redirect from old cloud URL/cloud/features/performance-monitoring/performance-alertsCloses CORE-831. PR stays open until GA flip (merge timed with CORE-834).
Test plan
/cloud/features/performance-monitoring/performance-alerts→ new pagedata-tests/performance-monitoringappears under Other Tests in nav🤖 Generated with Claude Code