Commit 253e7f7
fix(tracing): align backend_pid field name on postgres.close
Review finding #5: postgres.establish records the backend PID as
`db.postgresql.backend_pid` but postgres.close recorded the same value as
plain `backend_pid`, so consumers filtering on the field name would miss
one. Use `db.postgresql.backend_pid` in both spans.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a314465 commit 253e7f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments