文件名称:Android代码-opentracing-java
文件大小:212KB
文件格式:ZIP
更新时间:2022-08-25 23:52:26
Android代码
OpenTracing API for Java This library is a Java platform API for OpenTracing. Required Reading In order to understand the Java platform API, one must first be familiar with the OpenTracing project and terminology more specifically. Usage Initialization Initialization is OpenTracing-implementation-specific. Generally speaking, the pattern is to initialize a Tracer once for the entire process and to use that Tracer for the remainder of the process lifetime. It is a best practice to set the GlobalT