public class HTraceToZipkinConverter extends Object
HTrace:Span | Zipkin:Span |
---|---|
TraceId | TraceId |
ParentId | ParentId |
SpanId | id |
Description | Name |
startTime, stopTime | Annotations (cs, cr, sr, ss) |
Other annotations | Annotations |
Constructor and Description |
---|
HTraceToZipkinConverter(int ipv4Address,
short port) |
Modifier and Type | Method and Description |
---|---|
Span |
convert(Span hTraceSpan)
Converts a given HTrace span to a Zipkin Span.
|
public HTraceToZipkinConverter(int ipv4Address, short port)
public Span convert(Span hTraceSpan)
Copyright © 2014. All rights reserved.