Skip to content

how to always start new TraceId to avoid attack? #9251

Closed Answered by trask
yizhixiaotaozi asked this question in Q&A
Discussion options

You must be logged in to vote

(transferring to java-instrumentation repo)

you could register your own context propagator which delegates to w3c context propagator for injection (into outgoing requests) and does nothing for extraction (from incoming requests)

in the java agent this would require creating an extension

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yizhixiaotaozi
Comment options

Answer selected by yizhixiaotaozi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants