Skip to content

Commit

Permalink
ref(crons): Remove volume_anomaly_result from mark_missing task (#350)
Browse files Browse the repository at this point in the history
We'll no longer be using this, similar to GH-349.

See getsentry/sentry#80650
  • Loading branch information
evanpurkhiser authored Nov 13, 2024
1 parent d462afd commit 7604f68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions examples/monitors-clock-tasks/1/mark_missing.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "mark_missing",
"ts": 1714072962,
"monitor_environment_id": 1,
"volume_anomaly_result": "normal"
"monitor_environment_id": 1
}
6 changes: 0 additions & 6 deletions examples/monitors-clock-tasks/1/mark_missing_abnormal.json

This file was deleted.

5 changes: 0 additions & 5 deletions schemas/monitors-clock-tasks.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
"description": "The timestamp the clock ticked at.",
"type": "number"
},
"volume_anomaly_result": {
"description": "The result of the volume anomaly detection for the minute that has been ticked past. Abnormal ticks cause misses to be recored as unknown.",
"type": "string",
"enum": ["normal", "abnormal"]
},
"monitor_environment_id": {
"description": "The monitor environment ID to generate a missed check-in for.",
"type": "number"
Expand Down

0 comments on commit 7604f68

Please sign in to comment.