java.lang.Object
io.helidon.tracing.zipkin.ZipkinTracerProvider
- All Implemented Interfaces:
TracerProvider
Zipkin java service.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZipkinTracerProvider
public ZipkinTracerProvider()
-
-
Method Details
-
createBuilder
Description copied from interface:TracerProviderCreate a new builder for this tracer.- Specified by:
createBuilderin interfaceTracerProvider- Returns:
- a tracer builder
-
updateOutboundHeaders
public Map<String,List<String>> updateOutboundHeaders(Span currentSpan, Tracer tracer, SpanContext parentSpan, Map<String, List<String>> outboundHeaders, Map<String, List<String>> inboundHeaders) Description copied from interface:TracerProviderUpdate headers for outbound requests. The outboundHeaders already contain injected from tracer viaTracer.inject(SpanContext, Format, Object). This is to enable fine grained tuning of propagated headers for each implementation.- Specified by:
updateOutboundHeadersin interfaceTracerProvider- Parameters:
currentSpan- Current span covering the outbound calltracer- Tracer usedparentSpan- Parent span context (may be null)outboundHeaders- Tracing headers map as configured by the tracerinboundHeaders- Existing inbound headers (may be empty if not within a scope of a request)- Returns:
- new map of outbound headers, defaults to tracing headers
-