public interface OpenTracer
Tracer implementation.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the tracer.
|
io.opentracing.Tracer |
getTracer(String tracerName,
Map<String,String> configProperties,
String serviceName)
Returns the specific tracer implementation of the analytics engine based
on the configuration provided.
|
io.opentracing.Tracer getTracer(String tracerName, Map<String,String> configProperties, String serviceName) throws InvalidConfigurationException
tracerName - name of the tracerconfigProperties - The configuration of the tracerTracer instance throws InvalidConfigurationException
if the configuration or tracer name is invalid.InvalidConfigurationExceptionString getName()
Copyright © 2018 WSO2. All rights reserved.