Commit b056c89
authored
feat(attributes): Backfill
Insights's Queries module currently depends on db.system rather than its replacement, db.system.name. By setting its deprecation status to backfill, Relay won't remove db.system from incoming spans and will automatically write db.system when db.system.name is received.db.system attribute (#224)1 parent 5eac935 commit b056c89
File tree
4 files changed
+4
-3
lines changed- model/attributes/db
- python/src/sentry_conventions
4 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5405 | 5405 | | |
5406 | 5406 | | |
5407 | 5407 | | |
5408 | | - | |
| 5408 | + | |
5409 | 5409 | | |
5410 | 5410 | | |
5411 | 5411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| |||
0 commit comments