-
Notifications
You must be signed in to change notification settings - Fork 8
fix tracing decorator for span context and baggages #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix tracing decorator for span context and baggages #146
Conversation
@@ -101,7 +101,7 @@ | |||
public class TracingDecoratorTest { | |||
// header value format here: https://www.w3.org/TR/trace-context/#traceparent-header | |||
private static final String TRACE_PARENT = w3cHeader("1", "9"); | |||
private static final String PROCESSOR_NAME = MockType.class.getName(); | |||
private static final String PROCESSOR_NAME = io.quarkiverse.kafkastreamsprocessor.impl.decorator.processor.TracingDecoratorTest.MockType.class.getName(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure to understand why such expanded class path is needed here ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes indeed, it was added automatically by my Intelij. I just removed it, thanks for the notice.
FDPT-69007 fix tracingDecorator for span context, Baggages and header context Update TracingDecoratorTest.java remove automatically added io.quarkiverse.kafkastreamsprocessor.impl.decorator.processor.TracingDecoratorTest prefix to used classes Update TracingDecoratorTest.java adapt unit test to new constructor of TracingDecorator
dd72080
to
3369984
Compare
Indeed, seems this was added automatically by my intelij and i did not
noticed. I removed it, thanks
Le mer. 26 févr. 2025 à 09:59, llva ***@***.***> a écrit :
… ***@***.**** commented on this pull request.
------------------------------
In
impl/src/test/java/io/quarkiverse/kafkastreamsprocessor/impl/decorator/processor/TracingDecoratorTest.java
<#146 (comment)>
:
> @@ -101,7 +101,7 @@
public class TracingDecoratorTest {
// header value format here: https://www.w3.org/TR/trace-context/#traceparent-header
private static final String TRACE_PARENT = w3cHeader("1", "9");
- private static final String PROCESSOR_NAME = MockType.class.getName();
+ private static final String PROCESSOR_NAME = io.quarkiverse.kafkastreamsprocessor.impl.decorator.processor.TracingDecoratorTest.MockType.class.getName();
Not really sure to understand why such expanded class path is needed here
...
—
Reply to this email directly, view it on GitHub
<#146 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJCFBOGHOU25M5OMIEE4VSL2RV7AJAVCNFSM6AAAAABXX6NCXGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMNBTGY3DCOJQG4>
.
You are receiving this because you authored the thread.Message ID:
<quarkiverse/quarkus-kafka-streams-processor/pull/146/review/2643661907@
github.com>
|
Go back to old implementation that enables to propagate de Baggages, the spans context (especially the span parent trace Id and trace parent id)