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) |
public HTraceToZipkinConverter(int ipv4Address,
short port)
public Span convert(Span hTraceSpan)
Copyright © 2014. All Rights Reserved.