iiRecord
Agentic AI Atlas · Alert Tuning
workflow:alert-tuninga5c.ai
II.
Workflow JSON

workflow:alert-tuning

Structured · live

Alert Tuning json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-observability-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:alert-tuning",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-observability-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Alert Tuning",
    "workflowKind": "operational",
    "triggerType": "scheduled",
    "typicalCadence": "monthly",
    "complexity": "single-team",
    "description": "Reviews and optimizes alerting rules to reduce noise — analyzing\nalert-to-incident conversion rates, suppressing flapping alerts, tuning\nthresholds based on historical data, consolidating duplicate alerts, and\nadjusting routing policies. Excludes initial alert creation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:alert-tuning",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "role:staff-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "skill-area:sli-slo-management",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "domain:observability",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "responsibility:slo-definition",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "responsibility:on-call-rotation",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "org-unit:platform-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:alert-tuning",
      "to": "org-unit:incident-response-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:observability-stack",
      "to": "workflow:alert-tuning",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:log-analytics-elk",
      "to": "workflow:alert-tuning",
      "kind": "follows_workflow"
    }
  ]
}