Commit e145264
common/tracer: fix decoding when jaeger tracing is disabled
We aren't currently using jaeger tracing on Windows. The issue is
that Windows hosts (or any other host that doesn't use jaeger)
are experiencing message decoding failures after a recent change [1].
This change updates the tracer encoding so that messages from
non-jaeger hosts may be decoded by services that use jaeger.
[1] ceph#47457
Signed-off-by: Lucian Petrut <[email protected]>
This commit rebrings 3701ffa which
got reverted due to an implicit dependency with other revert. Please
see ceph#52114 (comment).
Conflicts:
src/common/tracer.h
formatting conflict with 7179ac01 parent 320a217 commit e145264
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
158 | 167 | | |
159 | 168 | | |
| 169 | + | |
| 170 | + | |
160 | 171 | | |
0 commit comments