Searched refs:headersFlagNotSampled (Results 1 – 1 of 1) sorted by relevance
130 Map<String, String> headersFlagNotSampled = new HashMap<String, String>(); in parseZeroFlag() local131 headersFlagNotSampled.put(X_B3_TRACE_ID, TRACE_ID_BASE16); in parseZeroFlag()132 headersFlagNotSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseZeroFlag()133 headersFlagNotSampled.put(X_B3_FLAGS, "0"); in parseZeroFlag()134 assertThat(b3Format.extract(headersFlagNotSampled, getter)) in parseZeroFlag()