@LoadLevel(name="Zipkin-Tracer", order=2, validators=ZipkinTraceServiceValidate.class) @DependsOnClass(value=brave.Tracer.class) public class ZipkinTraceServiceImpl extends Object implements TraceService
Tracer 的追踪服务| Constructor and Description |
|---|
ZipkinTraceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
清空追踪内容
|
void |
put(String key,
String value)
设置追踪内容
|
void |
remove(String key)
移除追踪内容
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitput, removepublic void put(String key, String value)
TraceServiceput in interface TraceServicekey - 键value - 值public void remove(String key)
TraceServiceremove in interface TraceServicekey - 键public void clear()
TraceServiceclear in interface TraceServiceCopyright © 2021–2022 EasyJ????. All rights reserved.