Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(metrics): remove span metrics #76590

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions fixtures/backup/model_dependencies/detailed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5771,57 +5771,6 @@
]
]
},
"sentry.spanattributeextractionrulecondition": {
"dangling": false,
"foreign_keys": {
"config": {
"kind": "FlexibleForeignKey",
"model": "sentry.spanattributeextractionruleconfig",
"nullable": false
},
"created_by_id": {
"kind": "HybridCloudForeignKey",
"model": "sentry.user",
"nullable": true
}
},
"model": "sentry.spanattributeextractionrulecondition",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "sentry_spanattributeextractionrulecondition",
"uniques": []
},
"sentry.spanattributeextractionruleconfig": {
"dangling": false,
"foreign_keys": {
"created_by_id": {
"kind": "HybridCloudForeignKey",
"model": "sentry.user",
"nullable": true
},
"project": {
"kind": "FlexibleForeignKey",
"model": "sentry.project",
"nullable": false
}
},
"model": "sentry.spanattributeextractionruleconfig",
"relocation_dependencies": [],
"relocation_scope": "Organization",
"silos": [
"Region"
],
"table_name": "sentry_spanattributeextractionruleconfig",
"uniques": [
[
"project",
"span_attribute"
]
]
},
"sentry.stringindexer": {
"dangling": false,
"foreign_keys": {
Expand Down
8 changes: 0 additions & 8 deletions fixtures/backup/model_dependencies/flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,14 +797,6 @@
"sentry.snubaqueryeventtype": [
"sentry.snubaquery"
],
"sentry.spanattributeextractionrulecondition": [
"sentry.spanattributeextractionruleconfig",
"sentry.user"
],
"sentry.spanattributeextractionruleconfig": [
"sentry.project",
"sentry.user"
],
"sentry.stringindexer": [
"sentry.organization"
],
Expand Down
2 changes: 0 additions & 2 deletions fixtures/backup/model_dependencies/sorted.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
"uptime.projectuptimesubscription",
"sentry.useroption",
"sentry.useremail",
"sentry.spanattributeextractionruleconfig",
"sentry.spanattributeextractionrulecondition",
"sentry.snubaquery",
"sentry.sentryapp",
"sentry.rule",
Expand Down
2 changes: 0 additions & 2 deletions fixtures/backup/model_dependencies/truncate.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
"uptime_projectuptimesubscription",
"sentry_useroption",
"sentry_useremail",
"sentry_spanattributeextractionruleconfig",
"sentry_spanattributeextractionrulecondition",
"sentry_snubaquery",
"sentry_sentryapp",
"sentry_rule",
Expand Down
2 changes: 1 addition & 1 deletion migrations_lockfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ hybridcloud: 0016_add_control_cacheversion
nodestore: 0002_nodestore_no_dictfield
remote_subscriptions: 0003_drop_remote_subscription
replays: 0004_index_together
sentry: 0751_grouphashmetadata_use_one_to_one_field_for_grouphash
sentry: 0752_remove_span_attribute_extraction_rules
social_auth: 0002_default_auto_field
uptime: 0007_update_detected_subscription_interval

This file was deleted.

191 changes: 0 additions & 191 deletions src/sentry/api/endpoints/project_metrics_extraction_rules.py

This file was deleted.

Loading
Loading