Skip to content

Commit

Permalink
chore(alerts): Remove activated alert example (#82984)
Browse files Browse the repository at this point in the history
Remove the API docs activated alerts example as it isn't referenced
anymore and the feature is being removed
  • Loading branch information
ceorourke authored and andrewshie-sentry committed Jan 22, 2025
1 parent 42b1429 commit e754290
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/sentry/apidocs/examples/metric_alert_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,25 +209,6 @@ class MetricAlertExamples:
)
]

GET_METRIC_ALERT_ACTIVATIONS = [
OpenApiExample(
"Fetch a list of activations for a metric alert rule",
value=[
{
"id": "1",
"alertRuleId": "1",
"dateCreated": "2023-09-25T23:35:31.787875Z",
"finishedAt": "2023-09-25T23:35:31.787866Z",
"metricValue": 100,
"querySubscriptionId": "1",
"isComplete": True,
"activator": "1",
"conditionType": "0",
}
],
)
]

GET_METRIC_ALERT_ANOMALIES = [
OpenApiExample(
"Fetch a list of anomalies for a metric alert rule",
Expand Down

0 comments on commit e754290

Please sign in to comment.