Searched refs:headersSampled (Results 1 – 1 of 1) sorted by relevance
100 Map<String, String> headersSampled = new HashMap<String, String>(); in parseSampled() local101 headersSampled.put(X_B3_TRACE_ID, TRACE_ID_BASE16); in parseSampled()102 headersSampled.put(X_B3_SPAN_ID, SPAN_ID_BASE16); in parseSampled()103 headersSampled.put(X_B3_SAMPLED, "1"); in parseSampled()104 assertThat(b3Format.extract(headersSampled, getter)) in parseSampled()