Commit b530369
authored
feat(sentry): add producer identification to AMQP tracing (#966)
Add producer application name to AMQP message tracing data to enable better observability and message flow tracking across services. This enhancement allows identifying which service produced a message in distributed tracing scenarios.
Changes:
- Add 'producer' attribute to AMQP producer span data using app_name config
- Capture producer information in consumer spans via message carrier
- Use 'unknown' as fallback when producer information is unavailable
Co-authored-by: Deeka Wong <[email protected]>1 parent 2e1e3d2 commit b530369
File tree
2 files changed
+3
-0
lines changed- src/Tracing
- Aspect
- Listener
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| 589 | + | |
589 | 590 | | |
590 | 591 | | |
591 | 592 | | |
| |||
0 commit comments