-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Change testbed validator to use pdata #2561
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2561 +/- ##
=======================================
Coverage 91.77% 91.77%
=======================================
Files 286 286
Lines 15088 15088
=======================================
Hits 13847 13847
Misses 849 849
Partials 392 392 Continue to review full report at Codecov.
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
5703e62
to
1a218c4
Compare
1a218c4
to
1298253
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
11e008c
to
1d30446
Compare
5d829c6
to
fa5e4bb
Compare
Correctness test failed. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
ad09f2f
to
1f559e7
Compare
Added a TODO to fix the span links attributes and tracestate propagation when Jaeger is used. Signed-off-by: Bogdan Drutu <[email protected]>
} | ||
|
||
func NewCorrectTestValidator(provider DataProvider) *CorrectnessTestValidator { | ||
func NewCorrectTestValidator(senderName string, receiverName string, provider DataProvider) *CorrectnessTestValidator { | ||
// TODO: Fix Jaeger span links attributes and tracestate. |
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.
Do we have an issue for this? It's unclear why jaeger span links cannot be verified
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.
It is because Jaeger does not propagate attributes for "references".
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.
Added a TODO to fix the span links attributes and tracestate propagation when Jaeger is used. Signed-off-by: Bogdan Drutu <[email protected]>
Added a TODO to fix the span links attributes and tracestate propagation when Jaeger is used.
Signed-off-by: Bogdan Drutu [email protected]