Commit 7236edc
committed
fix(messenger): namespace bus.name attribute as symfony.messenger.bus.name
bus.name is not a standard OTel semantic convention. Rename to
symfony.messenger.bus.name to follow the existing codebase pattern
(symfony.console.*, symfony.kernel.*).
Only changes the worker subscriber attribute; the pre-existing
bus.name in TraceableMessengerStack is left unchanged (out of scope).1 parent 4a3da42 commit 7236edc
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/Instrumentation/Symfony/Messenger
- tests/Functional/Instrumentation/Messenger
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments