File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 */
1818final class TraceResponsePropagator implements ResponsePropagator
1919{
20- const IS_SAMPLED = '1 ' ;
21- const NOT_SAMPLED = '0 ' ;
20+ const IS_SAMPLED = '01 ' ;
21+ const NOT_SAMPLED = '00 ' ;
2222 const SUPPORTED_VERSION = '00 ' ;
2323 const TRACERESPONSE = 'traceresponse ' ;
2424
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ class PropagatorTest extends TestCase
1919{
2020 private const TRACE_ID = '5759e988bd862e3fe1be46a994272793 ' ;
2121 private const SPAN_ID = '53995c3f42cd8ad8 ' ;
22- private const TRACERESPONSE_HEADER_SAMPLED = '00-5759e988bd862e3fe1be46a994272793-53995c3f42cd8ad8-1 ' ;
23- private const TRACERESPONSE_HEADER_NOT_SAMPLED = '00-5759e988bd862e3fe1be46a994272793-53995c3f42cd8ad8-0 ' ;
22+ private const TRACERESPONSE_HEADER_SAMPLED = '00-5759e988bd862e3fe1be46a994272793-53995c3f42cd8ad8-01 ' ;
23+ private const TRACERESPONSE_HEADER_NOT_SAMPLED = '00-5759e988bd862e3fe1be46a994272793-53995c3f42cd8ad8-00 ' ;
2424
2525 /**
2626 * @test
You can’t perform that action at this time.
0 commit comments